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_totalCurrent number of active data connectors
Time series Type Description kurrent_sink_written_total_recordsTotal number of records successfully written to the sink kurrent_sink_errors_totalTotal number of errors encountered during sink operations kurrent_sink_transform_duration_millisecondsDuration of data transformation before writing to the sink (in milliseconds)
Time series Type Description messaging_kurrent_consumer_message_count_totalTotal number of messages consumed from the messaging system messaging_kurrent_consumer_commit_latencyTotal latency observed when committing message offsets messaging_kurrent_consumer_lagDifference between the latest message and the last consumed message
Time series Type Description messaging_kurrent_producer_queue_lengthCurrent number of messages waiting in the producer queue messaging_kurrent_producer_message_count_totalTotal number of messages successfully produced to the messaging system messaging_kurrent_producer_produce_duration_millisecondsTime taken to produce messages to the messaging system (in milliseconds)
Time series Type Description messaging_kurrent_processor_error_count_totalTotal number of errors encountered during message processing
Prev
Manage Connectors
Next
Sinks