You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using latest goarista from master branch, EOS 4.27.4M, and a configuration like this:
metrics:
- name: ocprometheus_bgp_peer_as_number #No unit
path: /Sysdb/routing/bgp/export/vrfBgpPeerInfoStatusEntryTable/(?P<vrf>.+)/bgpPeerInfoStatusEntry/(?P<name>.+)/bgpPeerAs
help: BGP Peer AS Number
ocprometheus fails with errors like this:
* collected metric "ocprometheus_bgp_peer_as_number" { label:<name:"name" value:"192.168.247.17" > label:<name:"vrf" value:"default" > gauge:<value:0 > } was collected before with the same name and label values
It looks like the name "(?P.+)" used to match "10.64.226.33/bgpPeerSessionStatus", but now it only constructs a label with the first part before the first "/"
The text was updated successfully, but these errors were encountered:
Using latest goarista from master branch, EOS 4.27.4M, and a configuration like this:
ocprometheus fails with errors like this:
This used to work so far with EOS <= 4.26.6M :
It looks like the name "(?P.+)" used to match "10.64.226.33/bgpPeerSessionStatus", but now it only constructs a label with the first part before the first "/"
The text was updated successfully, but these errors were encountered: