mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Add OpenTelemetry OTLP HTTP exporter and headers
This commit is contained in:
@@ -170,12 +170,20 @@ BILLING_PRIVATE_KEY=
|
||||
# Use this when you want to disable incident creation.
|
||||
DISABLE_AUTOMATIC_INCIDENT_CREATION=false
|
||||
|
||||
# If you're using an extrenal open telemetry collector, you can set the endpoint here - both server and client endpoint can be the same in this case.
|
||||
|
||||
# You can set the env var to http://otel-collector:4318 if you want instrumentation to be sent to otel collector.
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT=
|
||||
SERVER_OPENTELEMETRY_EXPORTER_OTLP_ENDPOINT=
|
||||
# You can set the env var to http://localhost/otlp if you want instrumentation to be sent to local otel collector.
|
||||
CLIENT_OPENTELEMETRY_EXPORTER_OTLP_ENDPOINT=
|
||||
|
||||
# You can set the env var to "x-oneuptime-service-token=<YOUR_ONEUPTIME_SERVICE_TOKEN>"
|
||||
APP_OTEL_EXPORTER_OTLP_HEADERS=
|
||||
PROBE_OTEL_EXPORTER_OTLP_HEADERS=
|
||||
APP_OPENTELEMETRY_EXPORTER_OTLP_HEADERS=
|
||||
PROBE_OPENTELEMETRY_EXPORTER_OTLP_HEADERS=
|
||||
DASHBOARD_OPENTELEMETRY_EXPORTER_OTLP_HEADERS=
|
||||
STATUS_PAGE_OPENTELEMETRY_EXPORTER_OTLP_HEADERS=
|
||||
ACCOUNTS_OPENTELEMETRY_EXPORTER_OTLP_HEADERS=
|
||||
ADMIN_DASHBOARD_OPENTELEMETRY_EXPORTER_OTLP_HEADERS=
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user