View Source opentelemetry_broadway

EEF Observability WG project Hex.pm Build Status

OpenTelemetry tracing for Broadway pipelines.

usage

Usage

After installing, set up the handler in your application's Application.start/2 callback, before your top-level supervisor starts:

def start(_type, _args) do
  OpentelemetryBroadway.setup()

  Supervisor.start_link(...)
end

installation

Installation

This library is available on Hex:

defp deps do
  [
    {:opentelemetry_broadway, "~> 0.1"}
  ]
end

credit

Credit

This repository was originally created by Tom Taylor.