Metrics

What Grafana dashboards are available?

A set of Grafana Dashboards used to exist as part of the vitess-mixin which was removed in this pull request. For more context on these dashboards please refer to the original pull request if you would still like to use them. ...more

How can I implement user-level query logging?

If you would like to differentiate metrics for a 'bad_user@their_machine' from a 'good_user@their_machine', rather than having both users appear to be the same user from the same server to MySQL you will need to use table ACLs. Vitess exports per-user ...more