Module rdkafka::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§
- Per-broker statistics.
- Consumer group manager statistics.
- Exactly-once semantics statistics.
- Per-partition statistics.
- Overall statistics.
- Per-topic statistics.
- A topic and partition specifier.
- Rolling window statistics.