@cryptotaxi247 / netdata-1 / commits / dd0bf8202

apache: fix `bytespersec` chart context (#8550)

Ilya Mashchenko committed Mar 31, 2020 at 15:33 UTC dd0bf8202ad93e7a4eb73a5890ce4431941d16d5
1 file changed +1 -1
collectors/python.d.plugin/apache/apache.chart.py
+1 -1
@@ -37,7 +37,7 @@ CHARTS = {
37 ]},
38 'bytespersec': {
39 'options': [None, 'Lifetime Avg. Bandwidth/s', 'kilobits/s', 'statistics',
40 - 'apache.bytesperreq', 'area'],
40 + 'apache.bytespersec', 'area'],
41 'lines': [
42 ['size_sec', None, 'absolute', 8, 1000 * 100000]
43 ]},