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 and memory panels populated for the hello-kupe deployment. (HTTP request panels live on a separate cluster-wide dashboard; see the Metrics query below for a namespace-scoped request rate.)
- Open Explore and select the Loki datasource.
- Run:
{namespace="hello-kupe"}The output includes both request logs and the continuous background logs the app emits on purpose, so there is 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.