Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Renamed producer record queue metrics (and removed dups) to match consumer metrics naming

...

Total record currently use by the . This includes the record fields (key, value, etc) and may also include any implementation specific overhead (objects, etc)countbytes amount of memory used in producer queues.Maximum amount of messages allowed

Metric name

Type

Labels

Description

client.producer.record.queue.bytes

Gauge


Current amount of

memory

used in

producer

record queues.

client.producer.record.

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

count

Gauge


Current

client.producer.queue.max.messages

Gauge

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).

...