diff --git a/docs/public/screenshots/grafana_dashboard.png b/docs/public/screenshots/grafana_dashboard.png new file mode 100644 index 00000000..cef9d1ee Binary files /dev/null and b/docs/public/screenshots/grafana_dashboard.png differ diff --git a/docs/src/content/docs/guides/observability.md b/docs/src/content/docs/guides/observability.md index 57d24c6b..cd7a258e 100644 --- a/docs/src/content/docs/guides/observability.md +++ b/docs/src/content/docs/guides/observability.md @@ -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)