Setup Tracing

Phoenix uses OTLP (OpenTelemetry Language Protocol) to receive traces from your application. First you will have to setup you application to send traces to phoenix.

Next Steps

Phoenix supports many integrations in the form of auto-Instrumentors as well as manually creating spans by instrumenting your code:

Auto Instrumentation

Manual Instrumentation

Last updated