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_errors_totalTotal number of errors while sending events to the messaging server.
eventing_epp_messaging_server_latency_duration_millisecondsDuration of sending events to the messaging server in milliseconds.
epp_event_type_published_totalTotal number of event publishing requests to the NATS messaging server for a given eventType.
eventing_epp_requests_totalTotal number of event publishing requests to the messaging server.

Metrics Emitted by Eventing Controller:

MetricDescription
nats_ec_event_type_subscribed_totalTotal number of all the eventTypes subscribed using the Subscription CRD.
nats_ec_delivery_per_subscription_totalTotal number of dispatched events per subscription, with status code and sink.

Metrics Emitted by NATS Exporter:

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