Erlang/Elixir

Erlang/Elixir A language-specific implementation of OpenTelemetry in Erlang/Elixir.

Welcome to the OpenTelemetry Erlang/Elixir documentation. This section introduces how to use OpenTelemetry with Erlang/Elixir to generate and collect telemetry data such as metrics, logs, and traces using the OpenTelemetry API and SDKs.

These pages are intended to help you get started and understand the current capabilities and status of OpenTelemetry Erlang/Elixir.

Status and Releases

The current status of the major functional components for OpenTelemetry Erlang/Elixir is as follows:

TracesMetricsLogs
StableDevelopmentDevelopment

For releases, including the latest release, see Releases.

Packages of the API, SDK and OTLP exporter are published to hex.pm as opentelemetry_api, opentelemetry and opentelemetry_exporter.

Version support

OpenTelemetry Erlang supports Erlang 23+ and Elixir 1.13+.

Repositories


Getting Started

Instrumentation

Instrumentation for OpenTelemetry Erlang/Elixir

Using instrumentation libraries

Exporters

Propagation

Resources

Sampling

Testing

API reference

Examples

Registry

Instrumentation libraries, exporters and other useful components for OpenTelemetry Erlang/Elixir