Add Client_Connections_non_idle to Diamond gauge keys.

I just noticed that my stats looked wrong for active connections,
and this was not being published as a gauge metric.
pull/3222/head
Cal Heldenbrand 5 years ago
parent 42eb3982f9
commit 1dc0ab5c42

@ -20,6 +20,7 @@ class ProxySQLCollector(diamond.collector.Collector):
_GAUGE_KEYS = [
'Active_Transactions',
'Client_Connections_connected',
'Client_Connections_non_idle',
'ConnPool_memory_bytes',
'MySQL_Monitor_Workers',
'MySQL_Thread_Workers',

Loading…
Cancel
Save