Skip to content

Commit bc2e7a0

Browse files
committed
Merge branch '5.17-reviews' into stage
2 parents e72e607 + a9c48df commit bc2e7a0

3 files changed

Lines changed: 10 additions & 14 deletions

File tree

content/cumulus-linux-517/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,10 @@ To unset the link debounce hold timers, run the `nv unset interface <interface>
788788
{{< /tab >}}
789789
{{< tab "Linux Commands ">}}
790790

791-
Edit the `/etc/cumulus/switchd.d/link_debounce.conf` file to edit the `interface.swp61s0.link_debounce.up_delay` and `interface.swp61s0.link_debounce.down_delay` options, then reload `switchd`:
791+
Edit the `/etc/cumulus/switchd.d/link.conf` file to edit the `interface.swp61s0.link_debounce.up_delay` and `interface.swp61s0.link_debounce.down_delay` options, then reload `switchd`:
792792

793793
```
794-
cumulus@switch:~$ sudo nano /etc/cumulus/switchd.d/link_debounce.conf
794+
cumulus@switch:~$ sudo nano /etc/cumulus/switchd.d/link.conf
795795
interface.swp1.link_debounce.up_delay = 2000
796796
interface.swp1.link_debounce.down_delay = 1000
797797
```

content/cumulus-linux-517/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,12 +1865,10 @@ The interface statistic data samples that the switch exports to the OTEL collect
18651865
18661866
| Name | Description |
18671867
|------ | ----------- |
1868-
| `nvswitch_interface_link_debounce_ignored_up_events` | * UP events suppressed because debounce timer had not yet expired (transient UP spikes filtered). This metric indicates Noise or short UP spikes being filtered. |
1869-
| `nvswitch_interface_link_debounce_ignored_down_events`| * DOWN events suppressed because debounce timer had not yet expired (transient link loss filtered). This metric indicates short interruptions being filtered. |
1870-
| `nvswitch_interface_link_debounce_received_up_events` | *UP events accepted and propagated after debounce delay (stable link recovery). This metric indicates stable link recovery events. |
1871-
| `nvswitch_interface_link_debounce_received_down_events` | *DOWN events accepted and propagated after debounce delay (sustained link failure). This metric indicates sustained link failure events. |
1872-
| `nvswitch_interface_link_debounce_timer_cancellations` | *Timer aborted because link state reverted before timer expired (quick reversal). This metric indicates Link flapping or oscillation. |
1873-
| `nvswitch_interface_link_debounce_timer_expirations` | *Timer completed successfully, event sent after debounce delay (stable state change). This metric indicates Valid and stable state changes. |
1868+
| `nvswitch_interface_link_debounce_ignored_events[event][interface]` | * UP: Events suppressed because debounce timer had not yet expired (transient UP spikes filtered). This metric indicates Noise or short UP spikes being filtered.<br>DOWN: Events suppressed because debounce timer had not yet expired (transient link loss filtered). This metric indicates short interruptions being filtered. |
1869+
| `nvswitch_interface_link_debounce_received_events[event][interface]` | *UP: Events accepted and propagated after debounce delay (stable link recovery). This metric indicates stable link recovery events.<br>DOWN: Events accepted and propagated after debounce delay (sustained link failure). This metric indicates sustained link failure events. |
1870+
| `nvswitch_interface_link_debounce_timer_cancellations[interface]` | *Timer aborted because link state reverted before timer expired (quick reversal). This metric indicates Link flapping or oscillation. |
1871+
| `nvswitch_interface_link_debounce_timer_expirations[interface]` | *Timer completed successfully, event sent after debounce delay (stable state change). This metric indicates Valid and stable state changes. |
18741872
18751873
{{< /tab >}}
18761874
{{< tab "Traffic Class ">}}

content/cumulus-linux-517/Whats-New/New-and-Updated-Telemetry-Metrics.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,10 @@ The following tables list the new, updated, and deprecated gNMI and OTEL metrics
306306

307307
| Name | Description |
308308
|------ | ----------- |
309-
| `nvswitch_interface_link_debounce_ignored_up_events` | UP events suppressed because debounce timer had not yet expired (transient UP spikes filtered). This metric indicates Noise or short UP spikes being filtered. |
310-
| `nvswitch_interface_link_debounce_ignored_down_events`| DOWN events suppressed because debounce timer had not yet expired (transient link loss filtered). This metric indicates short interruptions being filtered. |
311-
| `nvswitch_interface_link_debounce_received_up_events` | UP events accepted and propagated after debounce delay (stable link recovery). This metric indicates stable link recovery events. |
312-
| `nvswitch_interface_link_debounce_received_down_events` | DOWN events accepted and propagated after debounce delay (sustained link failure). This metric indicates sustained link failure events. |
313-
| `nvswitch_interface_link_debounce_timer_cancellations` | Timer aborted because link state reverted before timer expired (quick reversal). This metric indicates Link flapping or oscillation. |
314-
| `nvswitch_interface_link_debounce_timer_expirations` | Timer completed successfully, event sent after debounce delay (stable state change). This metric indicates Valid and stable state changes. |
309+
| `nvswitch_interface_link_debounce_ignored_events[event][interface]` | UP: Events suppressed because debounce timer had not yet expired (transient UP spikes filtered). This metric indicates Noise or short UP spikes being filtered.<br>DOWN: Events suppressed because debounce timer had not yet expired (transient link loss filtered). This metric indicates short interruptions being filtered. |
310+
| `nvswitch_interface_link_debounce_received_events[event][interface]` | UP: Events accepted and propagated after debounce delay (stable link recovery). This metric indicates stable link recovery events.<br>DOWN: Events accepted and propagated after debounce delay (sustained link failure). This metric indicates sustained link failure events. |
311+
| `nvswitch_interface_link_debounce_timer_cancellations[interface]` | Timer aborted because link state reverted before timer expired (quick reversal). This metric indicates Link flapping or oscillation. |
312+
| `nvswitch_interface_link_debounce_timer_expirations[interface]` | Timer completed successfully, event sent after debounce delay (stable state change). This metric indicates Valid and stable state changes. |
315313

316314
{{< /tab >}}
317315
{{< tab "PHY">}}

0 commit comments

Comments
 (0)