We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ca760 commit 182fa34Copy full SHA for 182fa34
1 file changed
cohd/app.py
@@ -70,7 +70,7 @@
70
trace.set_tracer_provider(
71
tp
72
)
73
-otel_excluded_urls = 'health,api/health'
+otel_excluded_urls = 'health,api/health,api/dev/.*'
74
tracer = trace.get_tracer(__name__)
75
FlaskInstrumentor().instrument_app(app,
76
excluded_urls=otel_excluded_urls)
0 commit comments