...
Metric name | Type | Labels | Description | ||||
client.producer.record.queue.bytes | Gauge | Total Current amount of | record memory | currently used in | use by the producer | . This includes the record fields (key, value, etc) and may also include any implementation specific overhead (objects, etc)record queues. | |
client.producer.record. | countGauge | Total number of records currently handled by the producer. | client.producer.queue.max.bytes | Gauge | Total amount of queue/buffer memory allowed on the producer queue(s). | ||
client.producer.record.queue. | bytescount | Gauge | Current | amount of memory used in producer queues.client.producer.queue.max.messages | Gauge | Maximum amount of messages allowed number of records on the producer queue(s). | |
client.producer.record.queue.max.messagescount | Gauge | Current number of messages Maximum amount of records allowed on the producer queue(s). |
...