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

qdentity/opentelemetry_liveview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages