Update telemetry exporter endpoint

This commit is contained in:
Simon Larsen 2023-12-29 20:51:51 +00:00
parent c3c204a807
commit 7fc3260888
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -50,7 +50,7 @@ Once you have configured the telemetry service in your application, you can inte
```bash ```bash
export OTEL_EXPORTER_OTLP_HEADERS=x-oneuptime-service-token=9c8806e0-a4aa-11ee-be95-010d5967b068 export OTEL_EXPORTER_OTLP_HEADERS=x-oneuptime-service-token=9c8806e0-a4aa-11ee-be95-010d5967b068
export OTEL_EXPORTER_OTLP_ENDPOINT="https://ingest-otel.oneuptime.com" export OTEL_EXPORTER_OTLP_ENDPOINT=https://opentelemetry-collector.oneuptime.com
``` ```
Once you run your application, you should see the logs in the OneUptime telemetry service page. Please contact support@oneuptime.com if you need any help. Once you run your application, you should see the logs in the OneUptime telemetry service page. Please contact support@oneuptime.com if you need any help.