You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MyST examples links are causing this in the buildkite build:
```
docs/source/design/v1/metrics.md:64:Unknown source document 'getting_started/examples/prometheus_grafana' [myst.xref_missing]
```
Signed-off-by: Mark McLoughlin <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/design/v1/metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ These are documented under [Inferencing and Serving -> Production Metrics](proje
61
61
62
62
### Grafana Dashboard
63
63
64
-
vLLM also provides [a reference example](project:../../getting_started/examples/prometheus_grafana.md) for how to collect and store these metrics using Prometheus and visualize them using a Grafana dashboard.
64
+
vLLM also provides [a reference example](https://docs.vllm.ai/en/latest/getting_started/examples/prometheus_grafana.html) for how to collect and store these metrics using Prometheus and visualize them using a Grafana dashboard.
65
65
66
66
The subset of metrics exposed in the Grafana dashboard gives us an indication of which metrics are especially important:
67
67
@@ -665,7 +665,7 @@ v0 has support for OpenTelemetry tracing:
0 commit comments