Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 639 Bytes

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()

Installation

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

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.