Skip to content

Instantly share code, notes, and snippets.

@broxio
Created June 23, 2017 10:02
Show Gist options
  • Select an option

  • Save broxio/67ec0105687074578d0608f9bbd94341 to your computer and use it in GitHub Desktop.

Select an option

Save broxio/67ec0105687074578d0608f9bbd94341 to your computer and use it in GitHub Desktop.
PromQL
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