Metrics May 22, 2026 Less than 1 minute KurrentDB connectors expose a variety of metrics to help you monitor the health, performance, and reliability of your system. These metrics are organized by type and can be used to track different aspects of your connectors.
Time series Type Description kurrent_connector_active_totalGauge Current number of active data connectors
Time series Type Description kurrent_sink_written_total_recordsHistogram Total number of records successfully written to the sink kurrent_sink_errors_totalCounter Total number of errors encountered during sink operations kurrent_sink_transform_duration_sHistogram Duration of data transformation before writing to the sink (in seconds) kurrent_sink_write_latency_sHistogram Time between event creation and sink write acknowledgment (in seconds)
Time series Type Description messaging_kurrent_consumer_message_countCounter Total number of messages consumed from the messaging system messaging_kurrent_consumer_commit_latency_sHistogram Time between receiving a record and committing its position (in seconds) messaging_kurrent_consumer_lagGauge Difference between the latest message and the last consumed message
Time series Type Description messaging_kurrent_producer_queue_lengthGauge Current number of messages waiting in the producer queue messaging_kurrent_producer_message_countCounter Total number of messages successfully produced to the messaging system messaging_kurrent_producer_produce_duration_sHistogram Time taken to produce messages to the messaging system (in seconds)
Time series Type Description messaging_kurrent_processor_error_countCounter Total number of errors encountered during message processing
Prev
Manage Connectors
Next
Sinks