Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect metrics on the IS-IS adjacency state #194

Merged
merged 3 commits into from
Aug 8, 2022

Commits on Jul 22, 2022

  1. Collect metrics on the IS-IS adjacency state

    The current IS-IS metrics only provide the total counters, i.e., number
    of adjacencies and how many are up. This is great for a dashboard-like
    approach, but insufficient when you need to look into a more granular
    per-adjacency, for example for alerting.
    Adding a new ``junos_isis_adjacency_state`` metrics family that provide
    the adjacency state.
    mirceaulinic committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    311d091 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    89d4fe3 View commit details
    Browse the repository at this point in the history
  2. note state mappings in prom description

    Marcus Butler authored and mirceaulinic committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    bd3f3e2 View commit details
    Browse the repository at this point in the history