Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Metric name

Type

Labels

Description

client.producer.record.bytes

Gauge


Total number amount of record memory currently in use by the producer. This includes the record fields (key, value, etc) as well as and may also include any implementation specific overhead (objects, etc).

client.producer.record.count

Gauge


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.queue.bytes

Gauge


Current amount of memory used in producer queues.

client.producer.queue.max.messages

Gauge


Maximum amount of messages allowed on the producer queue(s).

client.producer.queue.messages

Gauge


Current number of messages on the producer queue(s).

...