Skip to content

Commit 570e994

Browse files
Rm custom attrs from updown active requests count
1 parent 0199858 commit 570e994

File tree

1 file changed

+0
-5
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ def _wrapped_app(wrapped_app_environ, start_response):
380380
sem_conv_opt_in_mode,
381381
)
382382
)
383-
# Enhance attributes with any custom labeler attributes
384-
active_requests_count_attrs = enhance_metric_attributes(
385-
active_requests_count_attrs
386-
)
387-
388383
active_requests_counter.add(1, active_requests_count_attrs)
389384
request_route = None
390385

0 commit comments

Comments
 (0)