Skip to content

Commit 918405b

Browse files
committed
feat: add uninstrument logic (wait for remoulade release)
1 parent b5ca442 commit 918405b

File tree

1 file changed

+2
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-remoulade/src/opentelemetry/instrumentation/remoulade

1 file changed

+2
-0
lines changed

instrumentation/opentelemetry-instrumentation-remoulade/src/opentelemetry/instrumentation/remoulade/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ def _instrument(self, **kwargs):
104104
broker.get_broker().add_middleware(instrumentation_middleware)
105105

106106
def _uninstrument(self, **kwargs):
107+
# Wait for remoulade==0.49.0 release
108+
# broker.get_broker().remove_middleware(InstrumentationMiddleware)
107109
return

0 commit comments

Comments
 (0)