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.
NOTE: Prometheus and Grafana are deprecated and are planned to be removed. If you want to install a custom stack, take a look at Install a custom kube-prometheus-stack in Kyma.
To access the Grafana Dashboard, port-forward the Grafana Service to localhost:
Click to copykubectl -n kyma-system port-forward svc/monitoring-grafana 8081:80Access the Grafana Dashboard on localhost:8081.
Select the Grafana Dashboard with the desired information about Kyma Eventing:
Dashboard | Description |
---|---|
Eventing Pods | Information about CPU, memory, and network resources consumed by the Kyma Eventing Pods. |
Eventing Delivery | Statistics 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 Latency | Latency information in the event delivery lifecycle from Eventing publisher proxy to Eventing backend servers, and from dispatcher to subscriber. |
NATS Servers | Information about CPU, memory, and network resources consumed by the NATS Servers |
NATS JetStream | NATS JetStream-specific information about streams and consumers. |