OpenTelemetry - CNCF/opentelemetry-erlang-contrib: Release opentelemetry-phoenix-v2.0.0

Name: opentelemetry-erlang-contrib

Owner: OpenTelemetry - CNCF

Release: Opentelemetry Phoenix - v2.0.0

Released: 2024-11-21

License: Apache-2.0

Release Assets:

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

To top