[metrics] Add switch/sled metadata to ddm/mgd related timeseries#6955
Open
zeeshanlakhani wants to merge 2 commits intomainfrom
Open
[metrics] Add switch/sled metadata to ddm/mgd related timeseries#6955zeeshanlakhani wants to merge 2 commits intomainfrom
zeeshanlakhani wants to merge 2 commits intomainfrom
Conversation
zeeshanlakhani
added a commit
to oxidecomputer/maghemite
that referenced
this pull request
Oct 30, 2024
aed11e2 to
24c967f
Compare
zeeshanlakhani
commented
Oct 30, 2024
| authz_scope = "fleet" | ||
| versions = [ | ||
| { version = 1, fields = [ "hostname", "rack_id", "sled_id", "peer" ] }, | ||
| { version = 1, fields = [ "hostname", "peer", "rack_id", "sled_id", "sled_model", "sled_revision", "sled_serial", "switch_id", "switch_fab", "switch_lot", "switch_wafer", "switch_wafer_loc_x", "switch_wafer_loc_y", "switch_model", "switch_revision", "switch_serial", "switch_slot" ] }, |
Collaborator
Author
There was a problem hiding this comment.
@bnaecker, there's a question about which switch and sled fields we really need. Is it just switch_id (what Ry recommended)? Do we include anything beyond sled_id for sled stuff? I laid everything out as we get all the data (either via smf or dpd-client), but it's easy to restrict this. Thoughts?
4c9a71d to
819eded
Compare
Nieuwejaar
reviewed
Nov 1, 2024
Contributor
Nieuwejaar
left a comment
There was a problem hiding this comment.
This looks pretty straightforward. It might be worth having @bnaecker sanity check the oximeter stuff. It looks fine to me, but I haven't worked with any of the schema stuff before.
Collaborator
Author
|
|
59a6171 to
e05245b
Compare
2673909 to
50dd4b8
Compare
50dd4b8 to
177ccc6
Compare
177ccc6 to
4113601
Compare
fa216d3 to
f68b45b
Compare
47ebf45 to
f3f3ca5
Compare
f27d8ab to
4eb5907
Compare
Includes:
- timeseries cleanup/migration
24c967f to
a68d462
Compare
zeeshanlakhani
added a commit
to oxidecomputer/maghemite
that referenced
this pull request
Feb 14, 2025
Collaborator
Author
Collaborator
Author
|
Will update conflicts after review. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add additional switch and sled metadata to bfd/bgp/routing/ddm timeseries.
Related: