opentelemetry-erlang-contrib/instrumentation/opentelemetry_cowboy
Bryan Naegele 6591b28166
Publish updates for Phoenix, Ecto, and Cowboy (#79)
* Publish 1.0 for Phoenix, Ecto, and Cowboy

* Missed version in changelog
2022-06-03 10:54:37 -06:00
..
src Publish updates for Phoenix, Ecto, and Cowboy (#79) 2022-06-03 10:54:37 -06:00
test Handle binary and undefined response status and rename http.status to http.status_code in `opentelemetry-cowboy` (#48) 2022-03-19 06:16:15 -06:00
.gitignore Cowboy instrumentation (#18) 2021-10-06 13:36:22 -06:00
CHANGELOG.md Publish updates for Phoenix, Ecto, and Cowboy (#79) 2022-06-03 10:54:37 -06:00
LICENSE Cowboy instrumentation (#18) 2021-10-06 13:36:22 -06:00
README.md Publish updates for Phoenix, Ecto, and Cowboy (#79) 2022-06-03 10:54:37 -06:00
docs.config Publish packages (#28) 2021-10-15 14:01:11 -06:00
docs.sh Publish packages (#28) 2021-10-15 14:01:11 -06:00
rebar.config Publish updates for Phoenix, Ecto, and Cowboy (#79) 2022-06-03 10:54:37 -06:00
rebar.lock Publish updates for Phoenix, Ecto, and Cowboy (#79) 2022-06-03 10:54:37 -06:00

README.md

opentelemetry_cowboy

EEF Observability WG project Hex.pm Build Status

Telemetry handler that creates Opentelemetry spans from cowboy events.

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

opentelemetry_cowboy:setup()

See cowboy_telemetry for prerequisite setup.

There is no additional prerequisite setup for plug_cowboy users.

Installation

{deps, [
  {opentelemetry_cowboy, "~> 0.2"}
]}
def deps do
  [
    {:opentelemetry_cowboy, "~> 0.2"}
  ]
end

Compatibility Matrix

opentelemetry_cowboy Version Otel Version Notes
v0.1.0 v.1.0.0-rc.3
v0.2 v.1.0