Where are gone the mysql replication metrics ? #22241
Unanswered
BenoitPoulet
asked this question in
Q&A
Replies: 1 comment
|
The replication metrics are still in the current MySQL collector; the documented chart names are For MariaDB 10.11, the collector path is: because the source selects that query for MariaDB
So if both the Netdata UI chart and the Prometheus-exported metrics disappeared, I would first check the go.d collector log for: and run this as the same MariaDB user: SHOW ALL SLAVES STATUS;If that query returns no rows or errors for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’m gathering metrics from Netdata into a Prometheus. (localhost:19999/api/v1/allmetrics?format=prometheus)
Some release ago we had 2 metrics for the replication :
netdata_mysql_slave_behind_seconds_average
netdata_mysql_slave_status_boolean_average
Now I can’t find them and in Netdata UI the graph is gone.
Server version: 10.11.14-MariaDB-log MariaDB Server
netdata-2.9.0-1.el9.x86_64
Is there a bug or something ?
All reactions