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_total
Current number of active data connectors
Time series Type Description kurrent_sink_written_total_records
Total number of records successfully written to the sink kurrent_sink_errors_total
Total number of errors encountered during sink operations kurrent_sink_transform_duration_milliseconds
Duration of data transformation before writing to the sink (in milliseconds)
Time series Type Description messaging_kurrent_consumer_message_count_total
Total number of messages consumed from the messaging system messaging_kurrent_consumer_commit_latency
Total latency observed when committing message offsets messaging_kurrent_consumer_lag
Difference between the latest message and the last consumed message
Time series Type Description messaging_kurrent_producer_queue_length
Current number of messages waiting in the producer queue messaging_kurrent_producer_message_count_total
Total number of messages successfully produced to the messaging system messaging_kurrent_producer_produce_duration_milliseconds
Time taken to produce messages to the messaging system (in milliseconds)
Time series Type Description messaging_kurrent_processor_error_count_total
Total number of errors encountered during message processing
Prev
Manage Connectors
Next
Sinks