Native support for OTEL Traces
Native Support for OTEL Traces HTTP Request via OTLP HTTP Exporter
codeexporters:
otlphttp:
traces_endpoint: https://apicainstance.url/v1/json_batch/otlptraces
encoding: json
compression: gzip
headers:
Authorization: "Bearer bearer_token_string"
tls:
insecure: false
insecure_skip_verify: trueLast updated
Was this helpful?