-
Notifications
You must be signed in to change notification settings - Fork 105
Add tool for reporting out of order and duplicate metrics #2014
base: master
Are you sure you want to change the base?
Add tool for reporting out of order and duplicate metrics #2014
Conversation
… or tag (#112) Adds mt-kafka-mdm-report-out-of-order, which consumes metrics from kafka and discovers those which are out of order or duplicates. It then groups these metrics by name or a specific tag using an index built from Cassandra, and outputs the results.
e4c50d8
to
c16f94f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks nice and more useful than the mt-kafka-mdm-sniff-out-of-order tool that we currently have.
i made 2 small suggestions, let's get those out of the way and then this can be merged.
I presume you've been running this successfully?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Co-authored-by: Dieter Plaetinck <dieter@plaetinck.be>
Co-authored-by: Dieter Plaetinck <dieter@plaetinck.be>
I am going on a 3-4 month sabbatical starting now, and i think i was the last grafana maintainer. |
I'll be taking over while Dieter is out |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR adds a new tool,
cmd/mt-kafka-mdm-report-out-of-order
, which consumes metrics from Kafka and discovers those which are out of order or duplicates. It then groups these metrics by name or a specific tag using an index built from Cassandra, and outputs the results.