This is a separately maintained fork of https://github.com/open-telemetry/opentelemetry-erlang-contrib
The motivation for this fork is to allow for rapid changes to comply with specs and make most of the integrations on par with other language integrations. This fork will diverge from upstream. It is meant to be an in-place replacement.
Getting Started • API Documentation
Contributing • Instrumentation • Propagators • Utilities • Examples
This is a repository for OpenTelemetry Erlang & Elixir contribution libraries that are not part of the core repository and core distribution of the API and SDK.
OpenTelemetry can collect tracing data using instrumentation. Vendors/Users can also create and use their own. Currently, OpenTelemetry supports automatic tracing for:
OpenTelemetry Contribution libraries are verified to support the last 3 OTP versions to match the supported runtimes of the OpenTelemetry API and SDK.
For Elixir libraries, all versions that support the last 3 OTP versions are verified.
See Elixir OTP Compatibility for supported OTP/Elixir combinations.
Elixir libraries should aim for the minimum supported version to be the lowest possible it can for the code in the library, but must at least support versions outlined above.
- For more information on OpenTelemetry, see opentelemetry.io.
- For conventions used in OpenTelemetry traces, see the following readme.
- For help or feedback on this project, join us in GitHub Discussions,
#otel-erlang-elixirchannel in the CNCF slack, and#opentelemetrychannel in the Elixir Lang slack - Erlang SIG community page
Apache 2.0 - See LICENSE for more information.