You can try using kafka manager and check it will fullfill most of requirement of yours.
Thanks and Regards, Rohit On Wed, Jul 15, 2020, 10:33 Pushkar Deole <[email protected]> wrote: > Hi All, > > Any inputs as to how the kafka consumer and producer metrics can be hooked > up to a monitoring system such as prometheus ? > > On Tue, Jul 14, 2020 at 4:22 PM Pushkar Deole <[email protected]> > wrote: > > > i did find these metrics from confluent docs: however how can i get this > > metric ? is it available at kafka broker? > > > > Per-Topic Metrics > > > > MBean: > > > kafka.producer:type=producer-topic-metrics,client-id=([-.w]+),topic=([-.w]+) > > record-send-rateThe average number of records sent per second for a > topic. > > > > On Tue, Jul 14, 2020 at 3:27 PM Pushkar Deole <[email protected]> > > wrote: > > > >> Hi All, > >> > >> Need some help on kafka metrics, i am interested in certain metrics e.g. > >> i need to know the number of records published on a particular topic and > >> number of records consumed from that topic by a specific consumer > group, i > >> would need a total of these 2 and also average per second for them. > >> > >> Are those metrics available on kafka brokers and if yes then which are > >> those metrics that would give me above counts? > >> > > >
