@cryptotaxi247 / netdata-1 / commits / be5945212

python.d/dnsdist: fix latency-avg chart units (#9871)

scottymuse committed Sep 2, 2020 at 14:32 UTC be5945212363633b7c5fc704739f93a00ccf69ea
1 file changed +1 -1
collectors/python.d.plugin/dnsdist/dnsdist.chart.py
+1 -1
@@ -105,7 +105,7 @@ CHARTS = {
105 ]
106 },
107 'query_latency_avg': {
108 - 'options': [None, 'Average latency for the last N queries', 'ms/query', 'latency',
108 + 'options': [None, 'Average latency for the last N queries', 'microseconds', 'latency',
109 'dnsdist.query_latency_avg', 'line'],
110 'lines': [
111 ['latency-avg100', '100', 'absolute'],