View Source OpentelemetryBroadway (opentelemetry_broadway v0.2.0)

OpenTelemetry tracing for Broadway pipelines.

It supports job start, stop, and exception events.

usage

Usage

In your application's Application.start/2 callback:

def start(_type, _args) do
  :ok = OpentelemetryBroadway.setup()

  # ...
end

Link to this section Summary

Functions

Attaches the Telemetry handlers, returning :ok if successful.

Link to this section Functions

@spec setup() :: :ok

Attaches the Telemetry handlers, returning :ok if successful.