Update OpenTelemetry Collector configuration

This commit is contained in:
Simon Larsen
2023-12-30 12:17:51 +00:00
parent 6c2ae8dec0
commit 3fe3bc06fa
5 changed files with 14 additions and 7 deletions

View File

@@ -5,5 +5,5 @@
Please use
```bash
export OTEL_EXPORTER_OTLP_HEADERS=x-oneuptime-service-token=9c8806e0-a4aa-11ee-be95-010d5967b068 && dotnet run --urls=http://localhost:7856/
export OTEL_EXPORTER_OTLP_HEADERS=x-oneuptime-service-token=9c8806e0-a4aa-11ee-be95-010d5967b068 && export OTEL_EXPORTER_OTLP_ENDPOINT=https://localhost/opentelemetry-collector dotnet run --urls=http://localhost:7856/
```