Closed kalebris closed 3 years ago
There are a few metrics in openconfig for example bgp asn along the path of
/network-instances/network-instance[name=(?P.+)]/protocols/protocol[identifier=BGP][name=BGP]/bgp/neighbors/neighbor[neighbor-address=(?P.+)]/state/peer-as
where valuelabel would be handy as it is difficult to join prometheus metrics based on values.
Created https://github.com/aristanetworks/goarista/pull/57 to work around this.
resolved in https://github.com/aristanetworks/goarista/commit/5051269002d8d1bd096a3bcaccee35eaa50a8b35
There are a few metrics in openconfig for example bgp asn along the path of
/network-instances/network-instance[name=(?P.+)]/protocols/protocol[identifier=BGP][name=BGP]/bgp/neighbors/neighbor[neighbor-address=(?P.+)]/state/peer-as
where valuelabel would be handy as it is difficult to join prometheus metrics based on values.