Releases
v1.2.0
opentelemetry v1.2.0 & v0.21b0
Added
Added example for running Django with auto instrumentation. (#1803 )
Added B3SingleFormat
and B3MultiFormat
propagators to the opentelemetry-propagator-b3
package. (#1823 )
Added support for OTEL_SERVICE_NAME. (#1829 )
Changed
Fixed OTLP gRPC exporter silently failing if scheme is not specified in endpoint. (#1806 )
Rename CompositeHTTPPropagator to CompositePropagator as per specification. (#1807 )
Propagators use the root context as default for extract
and do not modify the context if extracting from carrier does not work. (#1811 )
Fixed b3
propagator entrypoint to point to B3SingleFormat
propagator. (#1823 )
Added b3multi
propagator entrypoint to point to B3MultiFormat
propagator. (#1823 )
Improve warning when failing to decode byte attribute (#1810 )
Fixed inconsistency in parent_id formatting from the ConsoleSpanExporter (#1833 )
Include span parent in Jaeger gRPC export as CHILD_OF
reference ([#1809 ])(#1809 )
Fixed sequence values in OTLP exporter not translating (#1818 )
Removed
Moved opentelemetry-instrumentation
to contrib repository. (#1797 )
You can’t perform that action at this time.