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
<code>sum(delta(kafka_consumergroup_current_offset{})) by (topic, consumergroup)
</code>
<code>sum(delta(kafka_consumergroup_current_offset{})) by (topic, consumergroup)
</code>
sum(delta(kafka_consumergroup_current_offset{})) by (topic, consumergroup)
1