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, memory, and HTTP request panels populated for the hello-kupe deployment.

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

  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.