Update OpenTelemetry endpoints and add support for custom collector endpoint

This commit is contained in:
Simon Larsen
2023-12-30 22:45:29 +00:00
parent d433a64fa1
commit bf2f9d800c
4 changed files with 10 additions and 4 deletions

View File

@@ -5,6 +5,6 @@
Please use
```bash
export OTEL_EXPORTER_OTLP_HEADERS="x-oneuptime-service-token=9c8806e0-a4aa-11ee-be95-010d5967b068" && export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost/OtlpGrpc" && 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="http://localhost" && dotnet run --urls=http://localhost:7856/
```

View File

@@ -56,3 +56,5 @@
2.0
2.0
2.0
2.0
2.0