Skip to content

Commit 32f8511

Browse files
authored
Merge pull request #82692 from rohennes/OCPBUGS-42583
OCPBUGS#42583: Updating metric labels
2 parents fe01850 + bd35989 commit 32f8511

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

modules/nw-metallb-metrics.adoc

+20-20
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@
1212
|===
1313
| Name | Description
1414

15-
| `metallb_bfd_control_packet_input`
15+
| `frrk8s_bfd_control_packet_input`
1616
| Counts the number of BFD control packets received from each BFD peer.
1717

18-
| `metallb_bfd_control_packet_output`
18+
| `frrk8s_bfd_control_packet_output`
1919
| Counts the number of BFD control packets sent to each BFD peer.
2020

21-
| `metallb_bfd_echo_packet_input`
21+
| `frrk8s_bfd_echo_packet_input`
2222
| Counts the number of BFD echo packets received from each BFD peer.
2323

24-
| `metallb_bfd_echo_packet_output`
24+
| `frrk8s_bfd_echo_packet_output`
2525
| Counts the number of BFD echo packets sent to each BFD.
2626

27-
| `metallb_bfd_session_down_events`
27+
| `frrk8s_bfd_session_down_events`
2828
| Counts the number of times the BFD session with a peer entered the `down` state.
2929

30-
| `metallb_bfd_session_up`
30+
| `frrk8s_bfd_session_up`
3131
| Indicates the connection state with a BFD peer. `1` indicates the session is `up` and `0` indicates the session is `down`.
3232

33-
| `metallb_bfd_session_up_events`
33+
| `frrk8s_bfd_session_up_events`
3434
| Counts the number of times the BFD session with a peer entered the `up` state.
3535

36-
| `metallb_bfd_zebra_notifications`
36+
| `frrk8s_bfd_zebra_notifications`
3737
| Counts the number of BFD Zebra notifications for each BFD peer.
3838

3939
|===
@@ -43,40 +43,40 @@
4343
|===
4444
| Name | Description
4545

46-
| `metallb_bgp_announced_prefixes_total`
46+
| `frrk8s_bgp_announced_prefixes_total`
4747
| Counts the number of load balancer IP address prefixes that are advertised to BGP peers. The terms _prefix_ and _aggregated route_ have the same meaning.
4848

49-
| `metallb_bgp_session_up`
49+
| `frrk8s_bgp_session_up`
5050
| Indicates the connection state with a BGP peer. `1` indicates the session is `up` and `0` indicates the session is `down`.
5151

52-
| `metallb_bgp_updates_total`
52+
| `frrk8s_bgp_updates_total`
5353
| Counts the number of BGP update messages sent to each BGP peer.
5454

55-
| `metallb_bgp_opens_sent`
55+
| `frrk8s_bgp_opens_sent`
5656
| Counts the number of BGP open messages sent to each BGP peer.
5757

58-
| `metallb_bgp_opens_received`
58+
| `frrk8s_bgp_opens_received`
5959
| Counts the number of BGP open messages received from each BGP peer.
6060

61-
| `metallb_bgp_notifications_sent`
61+
| `frrk8s_bgp_notifications_sent`
6262
| Counts the number of BGP notification messages sent to each BGP peer.
6363

64-
| `metallb_bgp_updates_total_received`
64+
| `frrk8s_bgp_updates_total_received`
6565
| Counts the number of BGP update messages received from each BGP peer.
6666

67-
| `metallb_bgp_keepalives_sent`
67+
| `frrk8s_bgp_keepalives_sent`
6868
| Counts the number of BGP keepalive messages sent to each BGP peer.
6969

70-
| `metallb_bgp_keepalives_received`
70+
| `frrk8s_bgp_keepalives_received`
7171
| Counts the number of BGP keepalive messages received from each BGP peer.
7272

73-
| `metallb_bgp_route_refresh_sent`
73+
| `frrk8s_bgp_route_refresh_sent`
7474
| Counts the number of BGP route refresh messages sent to each BGP peer.
7575

76-
| `metallb_bgp_total_sent`
76+
| `frrk8s_bgp_total_sent`
7777
| Counts the number of total BGP messages sent to each BGP peer.
7878

79-
| `metallb_bgp_total_received`
79+
| `frrk8s_bgp_total_received`
8080
| Counts the number of total BGP messages received from each BGP peer.
8181

8282
|===

0 commit comments

Comments
 (0)