Version 1.25.0/0.46b0 #3944
Unanswered
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SpanAttributes
,ResourceAttributes
, andMetricInstruments
are deprecated. - Attribute and metric definitions are now grouped by the namespace. - Stable attributes and metrics are moved toopentelemetry.semconv.attributes
andopentelemetry.semconv.metrics
modules. - Stable and experimental attributes and metrics are defined underopentelemetry.semconv._incubating
import path. (#3586)OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION=true
- common unit abbreviations are converted to Prometheus conventions (s
->seconds
), following the collector's implementation - repeated_
are replaced with a single_
- unit annotations (enclosed in curly braces like{requests}
) are stripped away - units with slash are converted e.g.m/s
->meters_per_second
. - The exporter's API is not changedThis discussion was created from the release Version 1.25.0/0.46b0.
Beta Was this translation helpful? Give feedback.
All reactions