Skip to content

Commit 11909a1

Browse files
authored
Merge pull request #69136 from rohennes/TELCODOCS-420
/lgtm TELCODOCS-420: Adding new metrics for MetalLB
2 parents d067aff + 6c26cd7 commit 11909a1

File tree

1 file changed

+64
-12
lines changed

1 file changed

+64
-12
lines changed

modules/nw-metallb-metrics.adoc

Lines changed: 64 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,78 @@
55
[id="nw-metallb-metrics_{context}"]
66
= MetalLB metrics for BGP and BFD
77

8-
{product-title} captures the following metrics that are related to MetalLB and BGP peers and BFD profiles:
8+
{product-title} captures the following metrics for MetalLB that relate to BGP peers and BFD profiles.
99

10-
* `metallb_bfd_control_packet_input` counts the number of BFD control packets received from each BFD peer.
10+
.MetalLB BFD metrics
11+
[cols="30%,70%",options="header"]
12+
|===
13+
| Name | Description
1114

12-
* `metallb_bfd_control_packet_output` counts the number of BFD control packets sent to each BFD peer.
15+
| `metallb_bfd_control_packet_input`
16+
| Counts the number of BFD control packets received from each BFD peer.
1317

14-
* `metallb_bfd_echo_packet_input` counts the number of BFD echo packets received from each BFD peer.
18+
| `metallb_bfd_control_packet_output`
19+
| Counts the number of BFD control packets sent to each BFD peer.
1520

16-
* `metallb_bfd_echo_packet_output` counts the number of BFD echo packets sent to each BFD peer.
21+
| `metallb_bfd_echo_packet_input`
22+
| Counts the number of BFD echo packets received from each BFD peer.
1723

18-
* `metallb_bfd_session_down_events` counts the number of times the BFD session with a peer entered the `down` state.
24+
| `metallb_bfd_echo_packet_output`
25+
| Counts the number of BFD echo packets sent to each BFD.
1926

20-
* `metallb_bfd_session_up` indicates the connection state with a BFD peer. `1` indicates the session is `up` and `0` indicates the session is `down`.
27+
| `metallb_bfd_session_down_events`
28+
| Counts the number of times the BFD session with a peer entered the `down` state.
2129

22-
* `metallb_bfd_session_up_events` counts the number of times the BFD session with a peer entered the `up` state.
30+
| `metallb_bfd_session_up`
31+
| Indicates the connection state with a BFD peer. `1` indicates the session is `up` and `0` indicates the session is `down`.
2332

24-
* `metallb_bfd_zebra_notifications` counts the number of BFD Zebra notifications for each BFD peer.
33+
| `metallb_bfd_session_up_events`
34+
| Counts the number of times the BFD session with a peer entered the `up` state.
2535

26-
* `metallb_bgp_announced_prefixes_total` 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.
36+
| `metallb_bfd_zebra_notifications`
37+
| Counts the number of BFD Zebra notifications for each BFD peer.
2738

28-
* `metallb_bgp_session_up` indicates the connection state with a BGP peer. `1` indicates the session is `up` and `0` indicates the session is `down`.
39+
|===
2940

30-
* `metallb_bgp_updates_total` counts the number of BGP `update` messages that were sent to a BGP peer.
41+
.MetalLB BGP metrics
42+
[cols="30%,70%",options="header"]
43+
|===
44+
| Name | Description
45+
46+
| `metallb_bgp_announced_prefixes_total`
47+
| 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.
48+
49+
| `metallb_bgp_session_up`
50+
| Indicates the connection state with a BGP peer. `1` indicates the session is `up` and `0` indicates the session is `down`.
51+
52+
| `metallb_bgp_updates_total`
53+
| Counts the number of BGP update messages sent to each BGP peer.
54+
55+
| `metallb_bgp_opens_sent`
56+
| Counts the number of BGP open messages sent to each BGP peer.
57+
58+
| `metallb_bgp_opens_received`
59+
| Counts the number of BGP open messages received from each BGP peer.
60+
61+
| `metallb_bgp_notifications_sent`
62+
| Counts the number of BGP notification messages sent to each BGP peer.
63+
64+
| `metallb_bgp_updates_total_received`
65+
| Counts the number of BGP update messages received from each BGP peer.
66+
67+
| `metallb_bgp_keepalives_sent`
68+
| Counts the number of BGP keepalive messages sent to each BGP peer.
69+
70+
| `metallb_bgp_keepalives_received`
71+
| Counts the number of BGP keepalive messages received from each BGP peer.
72+
73+
| `metallb_bgp_route_refresh_sent`
74+
| Counts the number of BGP route refresh messages sent to each BGP peer.
75+
76+
| `metallb_bgp_total_sent`
77+
| Counts the number of total BGP messages sent to each BGP peer.
78+
79+
| `metallb_bgp_total_received`
80+
| Counts the number of total BGP messages received from each BGP peer.
81+
82+
|===

0 commit comments

Comments
 (0)