See dashboards, logs, and metrics
Use Grafana to check that Kupe is collecting dashboards, logs, and metrics for
hello-kupe.
Dashboard
Section titled “Dashboard”- Open Dashboards → Workloads.
- Set Namespace to
hello-kupe.
You should see CPU, memory, and HTTP request panels populated for the hello-kupe deployment.
- Open Explore and select the Loki datasource.
- Run:
{namespace="hello-kupe"}You’ll see both request logs and continuous background logs the app emits on purpose, so there’s always something to see.
Metrics
Section titled “Metrics”- Open Explore and select the Prometheus datasource.
- Run:
hello_kupe_http_requests_total{namespace="hello-kupe"}- Reload
https://hello-kupe.<cluster>.<tenant>.clusters.kupe.clouda few times, then rerun the query.
The counter goes up.
Wire up an alert so you hear about problems before your users do.
For the full set of built-in dashboards, log query patterns, and metric labels, see Dashboards, Logs, and Metrics.