oneuptime/Examples/otel-dotnet/README.md

9 lines
304 B
Markdown
Raw Normal View History

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