Join interface packets and drops into a single timeseries

This commit is contained in:
emanuele-f 2020-02-27 12:09:10 +01:00
parent b8a510cd61
commit ea4f936d07
5 changed files with 6 additions and 8 deletions

View file

@ -1498,8 +1498,7 @@ local default_timeseries = {
{schema="iface:1d_delta_traffic_volume", label="1 Day Traffic Delta"}, -- TODO localize
{schema="iface:1d_delta_flows", label="1 Day Active Flows Delta"}, -- TODO localize
{schema="iface:packets", label=i18n("packets")},
{schema="iface:drops", label=i18n("graphs.packet_drops")},
{schema="iface:packets_vs_drops", label=i18n("graphs.packets_vs_drops")},
{schema="iface:nfq_pct", label=i18n("graphs.num_nfq_pct"), nedge_only=1},
{schema="iface:disc_prob_bytes", label=i18n("graphs.discarded_probing_bytes"), nedge_exclude=1},