Created
November 6, 2019 05:13
-
-
Save alces/447fced40f952f5a2c1f29adcdfd1724 to your computer and use it in GitHub Desktop.
Prometheus expression summarizing message count for a given Kafka topic by day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sum(increase(kafka_producer_topic_metrics_record_send_total{topic = "$my_topic_name"}[1d])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment