|
5 | 5 | [id="nw-metallb-metrics_{context}"]
|
6 | 6 | = MetalLB metrics for BGP and BFD
|
7 | 7 |
|
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. |
9 | 9 |
|
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 |
11 | 14 |
|
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. |
13 | 17 |
|
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. |
15 | 20 |
|
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. |
17 | 23 |
|
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. |
19 | 26 |
|
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. |
21 | 29 |
|
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`. |
23 | 32 |
|
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. |
25 | 35 |
|
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. |
27 | 38 |
|
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 | +|=== |
29 | 40 |
|
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