Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the state label from the ifstate metric. before: # HELP beacon_srv_ifstate Interface state, 0 means down, 1 up. More details in labels (ifid, state) # TYPE beacon_srv_ifstate gauge beacon_srv_ifstate{elem="bs1-ff00_0_110-1",ifid="1",state="Active"} 1 now: # HELP beacon_srv_ifstate Interface state, 0==inactive/expired/revoked, 1==active # TYPE beacon_srv_ifstate gauge beacon_srv_ifstate{elem="bs1-ff00_0_110-1",ifid="1"} 0 fixes #3103
- Loading branch information