From 2c4fc14278e746ca282168586f736dd310394c89 Mon Sep 17 00:00:00 2001 From: AI-Agent Date: Mon, 8 Jun 2026 10:01:33 +0000 Subject: [PATCH] docs: fix stale TBD Grafana dashboard reference in metrics-standard.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the non-existent docs/grafana-api-dashboard.json reference with pointers to the actual Flux ConfigMap dashboard locations: - flux/monitoring/grafana-dashboard-apis.yaml (consolidated 4-API dashboard) - flux/monitoring/vin-decoder-dashboard.yaml (VIN Decoder-specific dashboard) Note that dashboards are auto-loaded via grafana_dashboard: "1" label. Remove the (TBD) annotation — dashboards are already committed. Closes leeworks-agents/api-company#238 --- docs/metrics-standard.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/metrics-standard.md b/docs/metrics-standard.md index bc68245..1580f38 100644 --- a/docs/metrics-standard.md +++ b/docs/metrics-standard.md @@ -286,7 +286,11 @@ annotations: ## Grafana Dashboard -A reference dashboard JSON is available at `docs/grafana-api-dashboard.json` (TBD — will be committed once Grafana is deployed per issue #7). +Grafana dashboards are committed as Flux ConfigMaps and are auto-loaded by Grafana via the `grafana_dashboard: "1"` label: +- `flux/monitoring/grafana-dashboard-apis.yaml` — consolidated 4-API dashboard (all APIs) +- `flux/monitoring/vin-decoder-dashboard.yaml` — VIN Decoder-specific dashboard + +Dashboards will load automatically once Grafana is deployed (issue #7) and Flux is active (issue #218). Key panels to include: 1. Request rate by API and status (`rate(api_requests_total[5m])`)