Created
June 23, 2017 10:02
-
-
Save broxio/67ec0105687074578d0608f9bbd94341 to your computer and use it in GitHub Desktop.
PromQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sum(rate(junos_interface_receive_bytes{job="junos",description!="",name!~".........0$",target="$router"}[5m])) by (description, name) | |
| sum(rate(junos_interface_transmit_bytes{job="junos",description!="",name!~".........0$",target="$router"}[5m])) by (description, name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment