opentelemetry-erlang-contrib
opentelemetry-erlang-contrib copied to clipboard
Cowboy SemConv 1.26.0
SemConv 1.26 compatibility.
This also introduces the equivalent of Go's public endpoint functionality to let users decide when a request should be processed as internal or external.
This introduces a large number of breaking changes from the evolution of the spec since 1.17 and 1.20. Given the stability of the library over time to date and the need to version to a breaking number, we'll set this to 1.0.0 to force users to manually bump the version.
Resolves #361
Relies on https://github.com/open-telemetry/opentelemetry-erlang/pull/733 and #358