summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-04-07 22:22:43 +0300
committerGitHub <noreply@github.com>2020-04-07 15:22:43 -0400
commit79ae52dedfba8fdb006a9833f0c86798ce78802e (patch)
tree8083d19b4141440b41ad1dff722e412a872efdec /collectors
parent3c4cb607d6b77b9fd9076dd6662d3bc13975c871 (diff)
collectors/python.d: change threads_creation_rate context to `mysql.threads_creation_rate` (#8636)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/mysql/mysql.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/mysql/mysql.chart.py b/collectors/python.d.plugin/mysql/mysql.chart.py
index a2109f6ba9..1737e16b4d 100644
--- a/collectors/python.d.plugin/mysql/mysql.chart.py
+++ b/collectors/python.d.plugin/mysql/mysql.chart.py
@@ -347,7 +347,7 @@ CHARTS = {
]
},
'threads_creation_rate': {
- 'options': [None, 'Threads Creation Rate', 'threads/s', 'threads', 'mysql.threads', 'line'],
+ 'options': [None, 'Threads Creation Rate', 'threads/s', 'threads', 'mysql.threads_creation_rate', 'line'],
'lines': [
['Threads_created', 'created', 'incremental'],
]