Skip to content

See dashboards, logs, and metrics

Use Grafana to check that Kupe is collecting dashboards, logs, and metrics for hello-kupe.

  1. Open Dashboards → Workloads.
  2. 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.)

  1. Open Explore and select the Loki datasource.
  2. 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.

  1. Open Explore and select the Prometheus datasource.
  2. Run:
hello_kupe_http_requests_total{namespace="hello-kupe"}
  1. Reload https://hello-kupe.<cluster>.<tenant>.clusters.kupe.cloud a 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.