I want to list the most used topics by input/output of messages. How can I do this? I’m trying with sum delta but it isn’t what I want
sum(delta(kafka_consumergroup_current_offset{})) by (topic, consumergroup)
1
I want to list the most used topics by input/output of messages. How can I do this? I’m trying with sum delta but it isn’t what I want
sum(delta(kafka_consumergroup_current_offset{})) by (topic, consumergroup)
1