Grafana Dashboards for Kyma Eventing

Kyma Eventing provides several Grafana Dashboard with various metrics, so you can monitor statistics and other information in real time.

NOTE: See how to expose Grafana securely for easier access in the future.

  1. To access the Grafana Dashboard, port-forward the Grafana Service to localhost:

    Click to copy
    kubectl -n kyma-system port-forward svc/monitoring-grafana 8081:80
  2. Access the Grafana Dashboard on localhost:8081.

  3. Select the Grafana Dashboard with the desired information about Kyma Eventing:

DashboardDescription
Eventing PodsInformation about CPU, memory, and network resources consumed by the Kyma Eventing Pods.
Eventing DeliveryStatistics of HTTP requests to event publisher proxy and NATS subscribers. Also contains successful and failed events published, as well as delivery statistics and analytical information for published and subscribed event types and their respective mapping.
Eventing LatencyLatency information in the event delivery lifecycle from Eventing publisher proxy to Eventing backend servers, and from dispatcher to subscriber.
NATS ServersInformation about CPU, memory, and network resources consumed by the NATS Servers
NATS JetStreamNATS JetStream-specific information about streams and consumers.