github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/tracing/jaeger/config.env (about) 1 PYROSCOPE_SERVER_ADDRESS=http://pyroscope:4040 2 # The URL for 'pyroscope.profile.url' attribute. 3 PYROSCOPE_PROFILE_URL=http://localhost:4040 4 JAEGER_ENDPOINT=http://jaeger:14268/api/traces 5 OTEL_EXPORTER_JAEGER_ENDPOINT=http://jaeger:14250 6 OTEL_PYROSCOPE_ENDPOINT=http://localhost:4040 7 # With DEBUG_TRACER=1 traces aren't sent but printed to stdout. 8 DEBUG_TRACER=${DEBUG_TRACER:-0}