Metrics
Metrics are generated by prometheus_client. You must be responsable of setting up a webserver
to expose the metrics
.
Metrics
Producer
topic_partition_offsets
:Gauge
of offsets pertopic/partition
Consumer
consumer_committed
:Gauge
of consumer commited pertopic/partition
in aconsumer group
consumer_position
:Gauge
of consumercurrent position
pertopic/partition
in aconsumer group
consumer_highwater
:Gauge
of consumerhighwater
pertopic/partition
in aconsumer group
consumer_lag
:Gauge
of current consumerlag
pertopic/partition
in aconsumer group
calculated with the last commited offsetposition_lag
:Gauge
of current consumerposition_lag
pertopic/partition
in aconsumer group
calculated using the consumer position