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
skip.collect.route.connections.byte_from_server | false | Skip Collect metrics from route connections. Set the flag if you getting high CPU usage.
52
-
skip.collect.route.connections.byte_to_server | false | Skip Collect metrics from route connections. Set the flag if you getting high CPU usage.
53
-
skip.collect.route.connections.time_started | false | Skip Collect metrics from route connections. Set the flag if you getting high CPU usage.
54
-
skip.collect.route.connections.time_connected_to_server | false | Skip Collect metrics from route connections. Set the flag if you getting high CPU usage.
55
-
skip.collect.route.connections.time_last_sent_to_server | false | Skip Collect metrics from route connections. Set the flag if you getting high CPU usage.
56
-
skip.collect.route.connections.time_received_from_server | false | Skip Collect metrics from route connections. Set the flag if you getting high CPU usage.
49
+
mysqlrouter_exporter can all get metrics. [MySQL Router REST API Reference](https://dev.mysql.com/doc/mysql-router/8.0/en/mysql-router-rest-api-reference.html)
SkipCollectRouteConnectionsByteFromServerbool`short:"" long:"skip.collect.route.connections.byte_from_server" description:"Skip Collect metrics from route connections. Set the flag if you getting high CPU usage."`
32
-
SkipCollectRouteConnectionsByteToServerbool`short:"" long:"skip.collect.route.connections.byte_to_server" description:"Skip Collect metrics from route connections. Set the flag if you getting high CPU usage."`
33
-
SkipCollectRouteConnectionsTimeStartedbool`short:"" long:"skip.collect.route.connections.time_started" description:"Skip Collect metrics from route connections. Set the flag if you getting high CPU usage."`
34
-
SkipCollectRouteConnectionsTimeConnectedToServerbool`short:"" long:"skip.collect.route.connections.time_connected_to_server" description:"Skip Collect metrics from route connections. Set the flag if you getting high CPU usage."`
35
-
SkipCollectRouteConnectionsTimeLastSentToServerbool`short:"" long:"skip.collect.route.connections.time_last_sent_to_server" description:"Skip Collect metrics from route connections. Set the flag if you getting high CPU usage."`
36
-
SkipCollectRouteConnectionsTimeReceivedFromServerbool`short:"" long:"skip.collect.route.connections.time_received_from_server" description:"Skip Collect metrics from route connections. Set the flag if you getting high CPU usage."`
31
+
CollectMetadataStatusbool`short:"" long:"collect.metadata.status" description:"Collect metrics from metadata status. CPU usage will increase."`
32
+
CollectRouteConnectionsByteFromServerbool`short:"" long:"collect.route.connections.byte_from_server" description:"Collect metrics from route connections. CPU usage will increase."`
33
+
CollectRouteConnectionsByteToServerbool`short:"" long:"collect.route.connections.byte_to_server" description:"Collect metrics from route connections. CPU usage will increase."`
34
+
CollectRouteConnectionsTimeStartedbool`short:"" long:"collect.route.connections.time_started" description:"Collect metrics from route connections. CPU usage will increase."`
35
+
CollectRouteConnectionsTimeConnectedToServerbool`short:"" long:"collect.route.connections.time_connected_to_server" description:"Collect metrics from route connections. CPU usage will increase."`
36
+
CollectRouteConnectionsTimeLastSentToServerbool`short:"" long:"collect.route.connections.time_last_sent_to_server" description:"Collect metrics from route connections. CPU usage will increase."`
37
+
CollectRouteConnectionsTimeReceivedFromServerbool`short:"" long:"collect.route.connections.time_received_from_server" description:"Collect metrics from route connections. CPU usage will increase."`
0 commit comments