Skip to content

Commit 7bdf230

Browse files
hectorhdzgemdneto
andauthored
Update instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/__init__.py
Co-authored-by: Emídio Neto <[email protected]>
1 parent 530ca48 commit 7bdf230

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client

1 file changed

+1
-0
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def create_trace_config(
254254
name=MetricInstruments.HTTP_CLIENT_DURATION,
255255
unit="ms",
256256
description="measures the duration of the outbound HTTP request",
257+
explicit_bucket_boundaries_advisory=HTTP_DURATION_HISTOGRAM_BUCKETS_OLD,
257258
)
258259
duration_histogram_new = None
259260
if _report_new(sem_conv_opt_in_mode):

0 commit comments

Comments
 (0)