vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.67k stars 2.1k forks source link

Feature Request: Errant GTID Count Metric in VTOrc #16828

Closed GuptaManan100 closed 1 month ago

GuptaManan100 commented 1 month ago

Feature Description

It would be nice to also be able to see the number of errant GTIDs in a tablet instead of just the count of number of tablets with errant gtids from the metrics in VTOrc.

If there is only 1 errant GTID, then it could be because of a primary being restarted, but if the count of errant GTIDs is very high, then it could point to a much larger problem. Users might want to alert on that.

Use Case(s)

Better alerting and visibility into the errant gtids.