Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 943 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 943 Bytes

OpentelemetryPhoenix - ARCHIVED

EEF Observability WG project Hex.pm Build Status

This project has moved!

This project now lives at https://github.com/open-telemetry/opentelemetry-erlang-contrib.

Telemetry handler that creates Opentelemetry spans from Phoenix events.

After installing, setup the handler in your application behaviour before your top-level supervisor starts.

OpentelemetryPhoenix.setup()

See the documentation for OpentelemetryPhoenix.setup/1 for additional options that may be supplied.

Installation

def deps do
  [
    {:opentelemetry_phoenix, "~> 1.0.0-rc"}
  ]
end