s.saurab...@gmail.com
unread,Mar 15, 2021, 7:38:07 AM3/15/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hello,
I have a certain requirement to implement in Grafana where we need to show interface utilization for switch.
I got combination of two queries in order to achieve it
1) ifOutOctets{hostname="XX",ifIndex="103",instance="XX",job="SNMP"}
2) ifName{hostname="XX",ifIndex="103",ifName="Te1/0/1",instance="XX",job="SNMP"}
First query -- It gives interface utilization on specific index
Second query --- It gives interface name mapped to specific index
Now How can I combine both these query in a way that I get interface utilization on interface name not on index.
Pls advice.
Thanks,
Saurabh