Skip to content

Commit b0ab43e

Browse files
committed
[V1][Metrics] Fix docs build in buildkite
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]>
1 parent b48a15c commit b0ab43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/design/v1/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These are documented under [Inferencing and Serving -> Production Metrics](proje
6161

6262
### Grafana Dashboard
6363

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.
6565

6666
The subset of metrics exposed in the Grafana dashboard gives us an indication of which metrics are especially important:
6767

@@ -665,7 +665,7 @@ v0 has support for OpenTelemetry tracing:
665665
- [OpenTelemetry blog
666666
post](https://opentelemetry.io/blog/2024/llm-observability/)
667667
- [User-facing
668-
docs](project:../../getting_started/examples/opentelemetry.md)
668+
docs](https://docs.vllm.ai/en/latest/getting_started/examples/opentelemetry.html)
669669
- [Blog
670670
post](https://medium.com/@ronen.schaffer/follow-the-trail-supercharging-vllm-with-opentelemetry-distributed-tracing-aa655229b46f)
671671
- [IBM product

0 commit comments

Comments
 (0)