change_cahestat_type: Change apps chart type to improve chart visualization and give more meaninful information (#11074)
thiagoftsm committed
Apr 30, 2021 at 14:31 UTC
1224b84483810ae780971e3bc8caf1113931d56e
1 file changed
+1
-1
collectors/ebpf.plugin/ebpf_cachestat.c
+1
-1
@@ -283,7 +283,7 @@ void ebpf_cachestat_create_apps_charts(struct ebpf_module *em, void *ptr)
283
"The ratio is calculated dividing the Hit pages per total cache accesses without counting dirties.",
284
EBPF_COMMON_DIMENSION_PERCENTAGE,
285
NETDATA_APPS_CACHESTAT_GROUP,
286
- NETDATA_EBPF_CHART_TYPE_STACKED,
286
+ NETDATA_EBPF_CHART_TYPE_LINE,
287
20090,
288
ebpf_algorithms[NETDATA_EBPF_ABSOLUTE_IDX],
289
root);