Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/public/screenshots/grafana_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/src/content/docs/guides/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ Point `telemetry.otlp_endpoint` at your Prometheus OTLP endpoint (see the Promet

### Grafana dashboard

Import `samples/grafana-dashboard.json` into Grafana and select the same Prometheus (or other OTLP-backed) datasource you’re sending metrics to.
Import [`samples/grafana-dashboard.json`](https://github.com/streamer45/streamkit/blob/main/samples/grafana-dashboard.json) into Grafana and select the same Prometheus (or other OTLP-backed) datasource you're sending metrics to.

![Grafana Dashboard](/screenshots/grafana_dashboard.png)

## Traces (OTLP)

Expand Down
Loading