Skip to content

Commit 9405f47

Browse files
committed
get rig of redudent part in doc
Signed-off-by: JaredforReal <[email protected]>
1 parent cedd13e commit 9405f47

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

website/docs/tutorials/observability/observability.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -233,24 +233,6 @@ You should see `prometheus-...` and `grafana-...` pods in `Running` state.
233233
- Roll upgrades separately: update Prometheus and Grafana images via `kustomization.yaml` patches.
234234
- Consider adopting the Prometheus Operator (`ServiceMonitor` + `PodMonitor`) if you already run kube-prometheus-stack. A sample `ServiceMonitor` is in `website/docs/tutorials/observability/observability.md`.
235235

236-
### 9. Troubleshooting
237-
238-
| Symptom | Checks | Fix |
239-
|---------|--------|-----|
240-
| Prometheus target **DOWN** | `kubectl get endpoints semantic-router-metrics -n vllm-semantic-router-system` | Ensure the Semantic Router deployment is running and the service labels match `app=semantic-router`, `service=metrics` |
241-
| Grafana dashboard empty | **Configuration → Data Sources** | Confirm Prometheus datasource URL resolves and the Prometheus service is reachable |
242-
| Login fails | `kubectl get secret grafana-admin -o yaml` | Update the secret to match the credentials you expect |
243-
| PVC Pending | `kubectl describe pvc prometheus-data` | Provide a storage class via `storageClassName`, or provision storage manually |
244-
| Ingress 404 | `kubectl describe ingress grafana` | Update hostnames, TLS secrets, and ensure ingress controller is installed |
245-
246-
### 10. Next Steps
247-
248-
- Configure alerts for critical metrics (Prometheus alerting rules + Alertmanager)
249-
- Add log aggregation (Loki, Elasticsearch, or Cloud-native logging)
250-
- Automate stack deployment through CI/CD pipelines using `kubectl apply -k`
251-
252-
With this observability stack in place, you can track Semantic Router health, routing accuracy, latency distributions, and usage trends across any Kubernetes environment.
253-
254236
## 4. Key Metrics (Sample)
255237

256238
| Metric | Type | Description |

0 commit comments

Comments
 (0)