ashutoshA
Denoβ€’9mo agoβ€’
6 replies
ashutosh

OpenTelemetry Setup with Axiom.co

all the docs and demo videos by deno assumes that the endpoint is not authenticated. can someone help me to configure this with Axiom.co endoints

I tried with these variables within env but this didn't work

OTEL_DENO=true
OTEL_SERVICE_NAME=service
OTEL_EXPORTER_OTLP_ENDPOINT=https://api.axiom.co/v1/traces
OTEL_EXPORTER_OTLP_HEADERS='authorization=Bearer AXIOM_API_KEY,X-Axiom-Dataset=my-dataset'
Was this page helpful?