@cryptotaxi247 / netdata-1 / commits / 79ae52ded

collectors/python.d: change threads_creation_rate context to `mysql.threads_creation_rate` (#8636)

Ilya Mashchenko committed Apr 7, 2020 at 22:22 UTC 79ae52dedfba8fdb006a9833f0c86798ce78802e
1 file changed +1 -1
collectors/python.d.plugin/mysql/mysql.chart.py
+1 -1
@@ -347,7 +347,7 @@ CHARTS = {
347 ]
348 },
349 'threads_creation_rate': {
350 - 'options': [None, 'Threads Creation Rate', 'threads/s', 'threads', 'mysql.threads', 'line'],
350 + 'options': [None, 'Threads Creation Rate', 'threads/s', 'threads', 'mysql.threads_creation_rate', 'line'],
351 'lines': [
352 ['Threads_created', 'created', 'incremental'],
353 ]