summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/zscores
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-07-02 14:26:05 +0300
committerGitHub <noreply@github.com>2021-07-02 14:26:05 +0300
commit180ace8264c21ae77635965edd21e369ad45701e (patch)
tree21648ba4cb168f3da157e654754543d24560d804 /collectors/python.d.plugin/zscores
parent8b78803a4edbb52764f5d2ade7c11c2d746545a1 (diff)
fix various python modules charts contexts (#11310)
Diffstat (limited to 'collectors/python.d.plugin/zscores')
-rw-r--r--collectors/python.d.plugin/zscores/zscores.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/zscores/zscores.chart.py b/collectors/python.d.plugin/zscores/zscores.chart.py
index 48397d8dd9..1099b9376a 100644
--- a/collectors/python.d.plugin/zscores/zscores.chart.py
+++ b/collectors/python.d.plugin/zscores/zscores.chart.py
@@ -24,11 +24,11 @@ ORDER = [
CHARTS = {
'z': {
- 'options': ['z', 'Z Score', 'z', 'Z Score', 'z', 'line'],
+ 'options': ['z', 'Z Score', 'z', 'Z Score', 'zscores.z', 'line'],
'lines': []
},
'3stddev': {
- 'options': ['3stddev', 'Z Score >3', 'count', '3 Stddev', '3stddev', 'stacked'],
+ 'options': ['3stddev', 'Z Score >3', 'count', '3 Stddev', 'zscores.3stddev', 'stacked'],
'lines': []
},
}