Skip to content
Snippets Groups Projects
Commit 3b5e872b authored by Erik Reid's avatar Erik Reid
Browse files

fixed influx names

parent 22aa6f7b
Branches
Tags
No related merge requests found
......@@ -9,10 +9,10 @@ def get_panel_data(all_subscriptions):
def _panel(s):
return {
'measurement': 'multicast_subscriptions',
'measurement': 'multicast_rates',
'title': f'{s["subscription"]} on {s["router"]}',
'subscription': s['subscription'],
'router': s['router']
'hostname': s['router']
}
for subscription in all_subscriptions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment