You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahh, good catch. Looking at the code, I'm not sure this mysql_exporter_last_scrape_error does anything at all. 😬 I can't find any point in the exporter where we use it.
I can look into this.
Should we set this metric to 1 even if one of the collectors fail? Or is it for general failures like connection issues with MySQL?
mysql_exporter_last_scrape_error
is reporting 0 (success) also whenmysql_up
is 0 (down).This is a bit confusing if we rely on
mysql_exporter_last_scrape_error
to check for failures.Steps to reproduce:
mysqld_exporter
mysqld_exporter
will report:while returning
The text was updated successfully, but these errors were encountered: