oneuptime/Examples/otel-dotnet/README.md

11 lines
290 B
Markdown
Raw Normal View History

2023-10-23 14:17:25 +00:00
# Open Telemetry .NET Example
### Run the project.
Please use
```bash
2023-12-30 22:41:57 +00:00
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/
```