Releases: open-telemetry/opentelemetry-erlang-contrib
Releases · open-telemetry/opentelemetry-erlang-contrib
Opentelemetry Req - v1.0.0
What's Changed
Features
- Req 1.27 SemConv @bryannaegele (#375)
Breaking Changes
- Various HTTP Semantic Convention changes are included. One major change
regards span naming. This may affect your observability tools when keying
on span names. The key change there is the HTTP method is now a prefix, e.g. "GET /users/:user_id"
Opentelemetry Phoenix - v2.0.0
What's Changed
Features
- Added Bandit instrumentation support
- Semantic Conventions v1.27 support
Breaking Changes
- Specifying an adapter is now required. Simply add the instrumentation
library as a dep and follow its setup instructions, then specify your
your adapter. - Various HTTP Semantic Convention changes are included in the cowboy
and bandit libraries. One major change regards span naming. This may
affect your observability tools when keying on span names. The key
change there is the HTTP method is now a prefix, e.g. "GET /users/:user_id"
Changes
- OpenTelemetry API v1.4 required
Opentelemetry Cowboy - v1.0.0
What's Changed
- Cowboy SemConv 1.27.0 @bryannaegele (#359)
Opentelemetry Bandit - v0.2.0
What's Changed
- Bandit instrumentation @bryannaegele (#357)
- Support Bandit 1.4 telemetry changes @elvanja (#311)
- Handle bandit start event with no conn @bryannaegele (#403)
Opentelemetry Dataloader - v0.1.0
What's Changed
- Initial release
Opentelemetry Bandit - v0.2.0-rc.2
Opentelemetry Req - v1.0.0-rc.1
What's Changed
Features
- Req 1.27 SemConv @bryannaegele (#375)
Breaking Changes
- Various HTTP Semantic Convention changes are included. One major change
regards span naming. This may affect your observability tools when keying
on span names. The key change there is the HTTP method is now a prefix, e.g. "GET /users/:user_id"
Opentelemetry Phoenix - v2.0.0-rc.1
What's Changed
Features
- Added Bandit instrumentation support
- Semantic Conventions v1.27 support
Breaking Changes
- Specifying an adapter is now required. Simply add the instrumentation
library as a dep and follow its setup instructions, then specify your
your adapter. - Various HTTP Semantic Convention changes are included in the cowboy
and bandit libraries. One major change regards span naming. This may
affect your observability tools when keying on span names. The key
change there is the HTTP method is now a prefix, e.g. "GET /users/:user_id"
Changes
- OpenTelemetry API v1.4 required
Opentelemetry Cowboy - v1.0.0-rc.1
What's Changed
- Cowboy SemConv 1.27.0 @bryannaegele (#359)
Opentelemetry Bandit - v0.2.0-rc.1
What's Changed
- Bandit instrumentation @bryannaegele (#357)
- Support Bandit 1.4 telemetry changes @elvanja (#311)