Module rdkafka::statistics[][src]

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.