-
Notifications
You must be signed in to change notification settings - Fork 0
Low level consumer, producer, and admin client
IharYakimush edited this page Jan 27, 2025
·
1 revision
Tags:
-
Name
- The configured (or default) client.id -
Handler
- Handle instance name -
Instance
- Instance type (producer or consumer)
Measurements for Epam.Kafka.Statistics
meter:
-
epam_kafka_stats_age
- Time since this client instance was created (microseconds). -
epam_kafka_stats_rxmsgs
(only for consumer) - Total number of messages consumed, not including ignored messages (due to offset, etc), from Kafka brokers. -
epam_kafka_stats_txmsgs
(only for producer) - Total number of messages transmitted (produced) to Kafka brokers.