Added
- Added example for running Django with auto instrumentation. (#1803)
- Added
B3SingleFormatandB3MultiFormatpropagators to theopentelemetry-propagator-b3package. (#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
extractand do not modify the context if extracting from carrier does not work. (#1811) - Fixed
b3propagator entrypoint to point toB3SingleFormatpropagator. (#1823) - Added
b3multipropagator entrypoint to point toB3MultiFormatpropagator. (#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_OFreference ([#1809])(#1809) - Fixed sequence values in OTLP exporter not translating (#1818)
Removed
- Moved
opentelemetry-instrumentationto contrib repository. (#1797)