description |
---|
This page explains what parameters OTEL traces exporter has |
{:ns main
:import #{aidbox
aidbox.telemetry.trace}
otel-trace-exporter
{:zen/tags #{aidbox.telemetry.trace/exporter}
:engine aidbox.telemetry.trace/otlp-exporter
:url "http://otel-collector-url/v1/traces"
:auth-token "authorization-your-bearer-token"
:headers {"X-custom-trace-header" "header value"}}}
url
the URL of the consumer of the metricsauth-token
Bearer header authorizationheaders
Custom headers for traces export request