Merge pull request #3222 from calh/diamond_non_idle

Add Client_Connections_non_idle to Diamond gauge keys.
pull/3237/head
René Cannaò 5 years ago committed by GitHub
commit f718927ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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