You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable OpenTelemetry trace collection (true or false)
OTEL_DEBUG
No
false
Enable OTel SDK diagnostic logging
OTEL_SERVICE_NAME
No
vait-discord-bot
Service name for trace attribution
OTEL_EXPORTER_OTLP_ENDPOINT
When OTel enabled
—
OTLP HTTP base endpoint URL. The SDK appends signal-specific paths (/v1/traces, /v1/logs) automatically. Local dev: http://localhost:4318 (otel-desktop-viewer).
In production AXIOM_TOKEN and AXIOM_DATASET are required (traces and logs are exported to Axiom via the OTel pipeline).
System
Variable
Required
Default
Description
NODE_ENV
No
development
Environment mode (development, production, or test). Drives environment-specific validation: GUILD_ID is required in development, Axiom variables are required in production, and OTEL_EXPORTER_OTLP_ENDPOINT is required when OTel is enabled.