I have a system which gathers logs from several clients.
The client logs are produced with a key specifying which client it is.
That way processing logs is guaranteed to be ordered by time per user.
Getting metrics per the topic is good and all, but getting metrics per key
allows you to analyze how
Hi, I have a question about monitoring kafka.
When using jmx exporter and kafka exporter, you get key metrics like topic
metrics (bytes in per second, messages in per second etc).
Is there a way to get bytes/messages per second per message key?
Meaning, getting the distribution of messages by key.