- Use a thread local instead of rwlock to store the spans
- Drop opentelemetry::http as it was pulling the
blocking
feature of reqwest and causing hanging issues - Fixes a runtime panic when determining the span duration
- Drop unused dependencies (including the worker crate).
- Switch to using reqwest as the HTTP client.
- Add an extension that provides an async
force_flush
- Use
opentelemetry-spanprocessor-any
crate in favour ofopentelemetry
to have theAny
patch available
- Upgrade opentelemetry to
v0.18
- Upgrade worker-rs to
v0.0.12
- Upgrade worker-rs to
v0.0.11
- Upgrade worker-rs to
v0.0.10
- Clippy
- Add some utility functions to add some data to the root trace
with_api_key
take an option.
- Remove useless comments
- Fix deploy step
- Use workflow token to trigger deploy (bis)
- Use workflow token to trigger deploy
- Change to token to create a release
- Downgrade the release creation
- Solve the release creation
- Downgrade deployment Action
- Change token for deployment
- Update CI, remove preview to create deployment
- Update CI Merge
- Test release
- Update README.md
- Update Actions
- Datadog exporter from
opentelemetry-datadog
.