Module statistics

Source
Expand description

Client and broker statistics.

These statistics are collected automatically by librdkafka when the client is configured with a non-zero statistics.interval.ms. They are made available via the ClientContext::stats callback.

Refer to the librdkafka statistics documentation for details.

Structsยง

Broker
Per-broker statistics.
ConsumerGroup
Consumer group manager statistics.
ExactlyOnceSemantics
Exactly-once semantics statistics.
Partition
Per-partition statistics.
Statistics
Overall statistics.
Topic
Per-topic statistics.
TopicPartition
A topic and partition specifier.
Window
Rolling window statistics.