Add explicit_bucket_boundaries_advisory
to new semconv duration histograms for HTTP instrumentations
#3220
Labels
explicit_bucket_boundaries_advisory
to new semconv duration histograms for HTTP instrumentations
#3220
At this moment, we have an issue with all instrumentation that supports duration metrics based on the stable semantic convention. When using the stable semantic convention opt-in feature, duration histogram data points are recorded in seconds, but histogram buckets are still defined in ms, which leads to a wrong calculation and presentation of percentiles.
The plan is: with the merge of open-telemetry/opentelemetry-python#4361, we can move forward and add the advisory
explicit_bucket_boundaries_advisory
parameter for duration histograms of already migrated HTTP instrumentation that uses the stable semantic convention.HTTP_SERVER_REQUEST_DURATION
HTTP_CLIENT_REQUEST_DURATION
Instrumentations
Related issues:
The text was updated successfully, but these errors were encountered: