-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SMF properties for Dendrite to include sled identifiers (#6793)
Includes: - package-manifest update to match the properties added to dpd - removal of client call to get sled identifier information (no longer used) - switch_slot added to oximeter schemas for dendrite/switch-data-link Related: - oxidecomputer/dendrite#1031
- Loading branch information
1 parent
c6ac54a
commit 520c4d1
Showing
10 changed files
with
189 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
switch_data_link:bytes_sent | ||
switch_data_link:bytes_received | ||
switch_data_link:errors_sent | ||
switch_data_link:errors_received | ||
switch_data_link:receive_crc_error_drops | ||
switch_data_link:receive_buffer_full_drops | ||
switch_data_link:packets_sent | ||
switch_data_link:packets_received | ||
switch_data_link:link_up | ||
switch_data_link:link_enabled | ||
switch_data_link:link_fsm | ||
switch_data_link:pcs_bad_sync_headers | ||
switch_data_link:pcs_errored_blocks | ||
switch_data_link:pcs_block_lock_loss | ||
switch_data_link:pcs_high_ber | ||
switch_data_link:pcs_valid_errors | ||
switch_data_link:pcs_invalid_errors | ||
switch_data_link:pcs_unknown_errors | ||
switch_data_link:pcs_sync_loss | ||
switch_data_link:fec_high_symbol_errors | ||
switch_data_link:fec_sync_aligned | ||
switch_data_link:fec_corrected_blocks | ||
switch_data_link:fec_uncorrected_blocks | ||
switch_data_link:fec_symbol_errors | ||
dendrite:sample_collection_duration |
25 changes: 25 additions & 0 deletions
25
oximeter/db/schema/single-node/13/timeseries-to-delete.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
switch_data_link:bytes_sent | ||
switch_data_link:bytes_received | ||
switch_data_link:errors_sent | ||
switch_data_link:errors_received | ||
switch_data_link:receive_crc_error_drops | ||
switch_data_link:receive_buffer_full_drops | ||
switch_data_link:packets_sent | ||
switch_data_link:packets_received | ||
switch_data_link:link_up | ||
switch_data_link:link_enabled | ||
switch_data_link:link_fsm | ||
switch_data_link:pcs_bad_sync_headers | ||
switch_data_link:pcs_errored_blocks | ||
switch_data_link:pcs_block_lock_loss | ||
switch_data_link:pcs_high_ber | ||
switch_data_link:pcs_valid_errors | ||
switch_data_link:pcs_invalid_errors | ||
switch_data_link:pcs_unknown_errors | ||
switch_data_link:pcs_sync_loss | ||
switch_data_link:fec_high_symbol_errors | ||
switch_data_link:fec_sync_aligned | ||
switch_data_link:fec_corrected_blocks | ||
switch_data_link:fec_uncorrected_blocks | ||
switch_data_link:fec_symbol_errors | ||
dendrite:sample_collection_duration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.