Kyma Eventing Metrics

Kyma Eventing provides several Grafana Dashboard with various metrics, so you can monitor statistics and other information in real time. The metrics follow the Prometheus naming convention.

Metrics Emitted by Eventing Publisher Proxy:

MetricDescription
eventing_epp_backend_duration_millisecondsThe duration of sending events to the messaging server in milliseconds
eventing_epp_event_type_published_totalThe total number of events published for a given eventTypeLabel
eventing_epp_healthThe current health of the system. 1 indicates a healthy system
eventing_epp_requests_duration_millisecondsThe duration of processing an incoming request (includes sending to the backend)
eventing_epp_requests_totalThe total number of requests

Metrics Emitted by Eventing Controller:

MetricDescription
eventing_ec_event_type_subscribed_totalThe total number of eventTypes subscribed using the Subscription CRD
eventing_ec_nats_delivery_per_subscription_totalThe total number of dispatched events per subscription
eventing_ec_nats_subscriber_dispatch_duration_secondsThe duration of sending an incoming NATS message to the subscriber (not including processing the message in the dispatcher)

Metrics Emitted by NATS Exporter:

The Prometheus NATS Exporter also emits metrics that you can monitor. Learn more about NATS Monitoring.