You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix otlp exporter to export log_record.observed_timestamp (#3785)
Add capture the fully qualified type name for raised exceptions in spans (#3837)
Prometheus exporter sort label keys to prevent duplicate metrics when user input changes order (#3698)
Update semantic conventions to version 1.25.0. Refactor semantic-convention structure: - SpanAttributes, ResourceAttributes, and MetricInstruments are deprecated. - Attribute and metric definitions are now grouped by the namespace. - Stable attributes and metrics are moved to opentelemetry.semconv.attributes and opentelemetry.semconv.metrics modules. - Stable and experimental attributes and metrics are defined under opentelemetry.semconv._incubating import path. (#3586)
Fix prometheus metric name and unit conversion (#3924) - this is a breaking change to prometheus metric names so they comply with the specification. - you can temporarily opt-out of the unit normalization by setting the environment variable 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 changed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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