ashutosh
ashutosh
DDeno
Created by ashutosh on 4/23/2025 in #help
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'
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'
7 replies