Add event exporters charts

This commit is contained in:
emanuele-f 2019-04-29 15:11:01 +02:00
parent 8e8fa5dffd
commit 8e546e904d
6 changed files with 7 additions and 5 deletions

View file

@ -302,7 +302,7 @@ end
function graphMenuGetActive(schema, params)
-- These tags are used to determine the active timeseries entry
local match_tags = {ts_schema=1, ts_query=1, protocol=1, category=1, snmp_port_idx=1, l4proto=1}
local match_tags = {ts_schema=1, ts_query=1, protocol=1, category=1, snmp_port_idx=1, exporter_ifname=1, l4proto=1}
for _, entry in pairs(graph_menu_entries) do
if entry.schema == schema and entry.params then