Skip to content

Commit

Permalink
Add timeseries for tracking switch link PCS sync loss (#6273)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker authored Aug 8, 2024
1 parent dda118a commit de73010
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions oximeter/oximeter/schema/switch-data-link.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ versions = [
{ added_in = 1, fields = [ "port_id", "link_id" ] }
]

[[metrics]]
name = "pcs_sync_loss"
description = "Total number of times PCS sync was lost on the data link"
units = "count"
datum_type = "cumulative_u64"
versions = [
{ added_in = 1, fields = [ "port_id", "link_id" ] }
]

[[metrics]]
name = "fec_high_symbol_errors"
description = "FEC symbol error threshold exceeded"
Expand Down

0 comments on commit de73010

Please sign in to comment.