OpenTelemetry - CNCF/opentelemetry-python: Release v1.4.0
Name: opentelemetry-python
Owner: OpenTelemetry - CNCF
Release: opentelemetry v1.4.0 & v0.23b0
Released: 2021-07-19
License: Apache-2.0
Release Assets:
Added
opentelemetry-semantic-conventions
Generate semconv constants update for OTel Spec 1.5.0 (#1946)- Moved
opentelemetry-instrumentation
to core repository. (#1959) - Dropped attributes/events/links count available exposed on ReadableSpans. (#1893)
- Added dropped count to otlp, jaeger and zipkin exporters. (#1893)
Changed
- Updated
opentelemetry-opencensus-exporter
to useservice_name
of spans instead of resource (#1897) - Added descriptions to the env variables mentioned in the opentelemetry-specification (#1898)
- Ignore calls to
Span.set_status
withStatusCode.UNSET
and also if previous status already hadStatusCode.OK
. (#1902) - Attributes for
Link
andResource
are immutable as they are forEvent
, which means any attempt to modify attributes directly will result in aTypeError
exception. (#1909) - Added
BoundedAttributes
to the API to make it available forLink
which is defined in the API. MarkedBoundedDict
in the SDK as deprecated as a result. (#1915) - Fix OTLP SpanExporter to distinguish spans based off Resource and InstrumentationInfo (#1927)
- Updating dependency for opentelemetry api/sdk packages to support major version instead of pinning to specific versions. (#1933)
Fixed
- Updated
opentelementry-opentracing-shim
ScopeShim
to report exceptions in opentelemetry specification format, rather than opentracing spec format. (#1878)