Skip to content

Commit 5b4b90d

Browse files
gyliu513ahg-g
andauthored
fix: Remove grafna dashboard from router (#2062)
* fix: Remove grafna dashboard from router Signed-off-by: Guangya Liu <gyliu513@gmail.com> * Apply suggestions from code review Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> Signed-off-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> --------- Signed-off-by: Guangya Liu <gyliu513@gmail.com> Signed-off-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com>
1 parent 7a6dee0 commit 5b4b90d

2 files changed

Lines changed: 4 additions & 1921 deletions

File tree

DEVELOPMENT.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Documentation for developing the llm-d Router.
1111
- [Kind Development Environment](#kind-development-environment)
1212
- [Accessing the Gateway](#accessing-the-gateway)
1313
- [Prometheus Monitoring](#prometheus-monitoring)
14-
- [Grafana Dashboard](#grafana-dashboard)
1514
- [Development Cycle](#development-cycle)
1615
- [Debugging](#debugging)
1716
- [Inference Disaggregation Modes](#inference-disaggregation-modes)
@@ -170,17 +169,10 @@ Prometheus will be accessible at `http://localhost:30090`. To use a different ho
170169
PROM_ENABLED=true KIND_PROM_HOST_PORT=30091 make env-dev-kind
171170
```
172171

173-
### Grafana Dashboard
174-
175-
The bundled [Inference Gateway dashboard] covers EPP metrics across the inference
176-
pool, inference objective, and flow control layers.
177-
178-
Add a Prometheus datasource at `http://localhost:30090`, then import the JSON via
179-
**Dashboards > New > Import**. See the
180-
[Grafana installation docs](https://grafana.com/docs/grafana/latest/setup-grafana/installation/)
181-
for setup.
182-
183-
[Inference Gateway dashboard]:deploy/grafana/inference_gateway.json
172+
Grafana dashboards for the llm-d Router live in the
173+
[llm-d monorepo](https://github.com/llm-d/llm-d/tree/main/guides/recipes/observability/grafana/dashboards).
174+
See [Observability Setup](https://github.com/llm-d/llm-d/blob/main/docs/operations/observability/setup.md)
175+
for install and import instructions.
184176

185177
> [!NOTE]
186178
> For significant customization beyond the standard deployment, use the `deploy/components`

0 commit comments

Comments
 (0)