Added
- Add configuration for including
targetin spans (#222)
Changed
- OpenTelemetry context activation (#202)
- Trace ID and span ID can be obtained from
OtelDatavia dedicated functions. Note that these
will be available only if the context has already been built. (#233)
- Trace ID and span ID can be obtained from
- Correctly track entered and exited state for timings (#212)
- Slightly improve error message on version mismatch (#211)
- Remove Lazy for thread_local static (#215)
- Update description of special fields and semantic conventions
Breaking Changes
- The attributes
code.filepath,code.lineno, andcode.namespacehave been renamed to
code.file.path, andcode.line.number, andcode.module.name, to align with the opentelemetry
semantic conventions for code. (#225) - Upgrade from opentelemetry to 0.31.0. Refer to the upstream
changelog
for more information. (#230) - Hold onto
MetricsProviderinMetricsLayer(#224) - The attribute
otel.status_messagewas changed tootel.status_descriptionto align with the
opentelemetry semantic conventions for code. (#209) - Remove the
metrics_gauge_unstablefeature.