Skip to content

Commit 55e52f6

Browse files
committed
Merge branch 'final5.17-feedback' into stage
2 parents 36cf87d + 16d7010 commit 55e52f6

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,8 +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_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. |
1868+
| `nvswitch_interface_link_debounce_ignored_events[up-event][interface]` | *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_events[down-event][interface]` | *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_events[up-event][interface]` | *Events accepted and propagated after debounce delay (stable link recovery). This metric indicates stable link recovery events. |
1871+
| `nvswitch_interface_link_debounce_received_events[down-event][interface]` | *Events accepted and propagated after debounce delay (sustained link failure). This metric indicates sustained link failure events. |
18701872
| `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. |
18711873
| `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. |
18721874

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,10 @@ The following tables list the new, updated, and deprecated gNMI and OTEL metrics
328328

329329
| Name | Description |
330330
|------ | ----------- |
331-
| `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. |
332-
| `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. |
331+
| `nvswitch_interface_link_debounce_ignored_events[up-event][interface]` | Events suppressed because the debounce timer had not yet expired (transient UP spikes filtered). This metric indicates Noise or short UP spikes being filtered.|
332+
| `nvswitch_interface_link_debounce_ignored_events[down-event][interface]` | Events suppressed because the debounce timer had not yet expired (transient link loss filtered). This metric indicates short interruptions being filtered. |
333+
| `nvswitch_interface_link_debounce_received_events[up-event][interface]` | Events accepted and propagated after debounce delay (stable link recovery). This metric indicates stable link recovery events. |
334+
| `nvswitch_interface_link_debounce_received_events[down-event][interface]` | Events accepted and propagated after debounce delay (sustained link failure). This metric indicates sustained link failure events. |
333335
| `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. |
334336
| `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. |
335337

0 commit comments

Comments
 (0)