Skip to content

Commit

Permalink
Create TELEMETRY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Nov 27, 2024
1 parent 3b63b28 commit 2ef48a5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TELEMETRY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Telemetry

https://app.uptrace.dev/

To start sending tracing data to Uptrace, you need to configure OpenTelemetry Tracing SDK. To view and collect metrics, see the Metrics navigation section on the right.

Use the following DSN to configure OpenTelemetry for your programming language:

```
export UPTRACE_DSN="https://[email protected]?grpc=4317"
```

See [Monitor Flask performance with OpenTelemetry](https://uptrace.dev/get/instrument/opentelemetry-flask.html)

0 comments on commit 2ef48a5

Please sign in to comment.