- Updated dependencies to 1.3.0
- Updated dependencies to 1.2.0
- Load propagators from entry points
- Updated dependencies to 1.1.0
- Updated import paths
- Added protocol to default endpoints
- Updated documentation
- Updated dependencies to 1.0.0
- Removing metrics configuration since this feature is not part of trace GA
- Removing support for 3.5
- Updating dependencies to 0.17b0
- Added
opentelemetry-propagator-b3
dependency - Client example updated to reflect that
RequestsInstrumentor
needs to be instrumented afterconfigure_opentelemetry
, otherwise theMeterProvider
will already have been set.
- Add configuration for Metrics Exporter
- Add support for
host.name
in Resource attributes - Add support for baggage propagation (#51)
- Updating dependencies to 0.14b0 (#51)
- Add support for tracecontext propagation (#52)
- Add error message when
configure_opentelemetry
fails from auto-instrumentation
- Support not configuring a token
- Initial version