OpentelemetryLiveView

Build Status

Telemetry handler that creates Opentelemetry spans from Phoenix LiveView events.

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

OpentelemetryLiveView.setup()

Acknowledgements

See https://github.com/opentelemetry-beam/opentelemetry_phoenix for tracing Phoenix web requests. The code and tests in this repository are based on that library.