Skip to content

Erlang (Cowboy) sample instrumented manually with OpenTelemetry

Notifications You must be signed in to change notification settings

julianocosta89/erlang_otel_hello_server

Repository files navigation

OpenTelemetry Erlang example

Steps to run the sample:

  1. Start the app, otel-collector and Jaeger using docker compose.
docker-compose up

Once the they are running, Jaeger UI should be accessible at: http://localhost:16686/

And the erlang hello server at: http://localhost:8080/

  1. Vizualise the traces:
    In the Jaeger UI, for every request you sent you will get a single trace with 2 spans like this one: Jaeger_screenshot

About

Erlang (Cowboy) sample instrumented manually with OpenTelemetry

Topics

Resources

Stars

Watchers

Forks