Skip to content

Commit 2fcf6b2

Browse files
GuyStonehmellor
andauthored
[Docs] fix broken links in metrics.md (#22315)
Signed-off-by: Guy Stone <[email protected]> Signed-off-by: Harry Mellor <[email protected]> Co-authored-by: Harry Mellor <[email protected]>
1 parent 41b9655 commit 2fcf6b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/design/metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ In v0, the following metrics are exposed via a Prometheus-compatible `/metrics`
5757
- `vllm:spec_decode_num_draft_tokens_total` (Counter)
5858
- `vllm:spec_decode_num_emitted_tokens_total` (Counter)
5959

60-
These are documented under [Inferencing and Serving -> Production Metrics](../../usage/metrics.md).
60+
These are documented under [Inferencing and Serving -> Production Metrics](../usage/metrics.md).
6161

6262
### Grafana Dashboard
6363

64-
vLLM also provides [a reference example](../../examples/online_serving/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](../examples/online_serving/prometheus_grafana.md) 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

@@ -455,7 +455,7 @@ In general:
455455
[an escape hatch](https://kubernetes.io/docs/concepts/cluster-administration/system-metrics/#show-hidden-metrics)
456456
for some time before deleting them.
457457

458-
See the [deprecation policy](../../contributing/deprecation_policy.md) for
458+
See the [deprecation policy](../contributing/deprecation_policy.md) for
459459
the project-wide deprecation policy.
460460

461461
### Unimplemented - `vllm:tokens_total`
@@ -655,7 +655,7 @@ v0 has support for OpenTelemetry tracing:
655655
- Added by <gh-pr:4687>
656656
- Configured with `--oltp-traces-endpoint` and `--collect-detailed-traces`
657657
- [OpenTelemetry blog post](https://opentelemetry.io/blog/2024/llm-observability/)
658-
- [User-facing docs](../../examples/online_serving/opentelemetry.md)
658+
- [User-facing docs](../examples/online_serving/opentelemetry.md)
659659
- [Blog post](https://medium.com/@ronen.schaffer/follow-the-trail-supercharging-vllm-with-opentelemetry-distributed-tracing-aa655229b46f)
660660
- [IBM product docs](https://www.ibm.com/docs/en/instana-observability/current?topic=mgaa-monitoring-large-language-models-llms-vllm-public-preview)
661661

0 commit comments

Comments
 (0)