Add Throughput (bps) chart

This commit is contained in:
Alfredo Cardigliano 2025-11-05 16:23:56 +01:00
parent fa2c03b3a7
commit 113ba252ba
3 changed files with 27 additions and 0 deletions

View file

@ -343,6 +343,20 @@ local community_timeseries = {
color = timeseries_info.get_timeseries_color('bytes')
}
}
}, {
schema = "iface:throughput_bps",
id = timeseries_id.iface,
label = i18n("graphs.throughput_bps"),
description = i18n("graphs.metric_descr.iface_throughput_bps"),
priority = 0,
measure_unit = "bps",
scale = i18n("graphs.metric_labels.traffic"),
timeseries = {
bps = {
label = i18n('graphs.metric_labels.throughput'),
color = timeseries_info.get_timeseries_color('bytes')
}
}
}, {
schema = "iface:score",
id = timeseries_id.iface,