[metrics] Add switch/sled metadata to ddm/mgd related timeseries - #6955
Open
zeeshanlakhani wants to merge 2 commits into
Open
[metrics] Add switch/sled metadata to ddm/mgd related timeseries#6955zeeshanlakhani wants to merge 2 commits into
zeeshanlakhani wants to merge 2 commits into
Conversation
zeeshanlakhani
added a commit
to oxidecomputer/maghemite
that referenced
this pull request
Oct 30, 2024
zeeshanlakhani
force-pushed
the
zl/mgd-ddm-meta
branch
from
October 30, 2024 18:40
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?
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
2 times, most recently
from
November 1, 2024 02:35
4c9a71d to
819eded
Compare
Nieuwejaar
reviewed
Nov 1, 2024
Nieuwejaar
left a comment
Contributor
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
|
|
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
3 times, most recently
from
November 7, 2024 14:22
59a6171 to
e05245b
Compare
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
from
November 20, 2024 03:08
2673909 to
50dd4b8
Compare
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
from
December 12, 2024 03:11
50dd4b8 to
177ccc6
Compare
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
from
December 19, 2024 20:54
177ccc6 to
4113601
Compare
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
from
January 13, 2025 05:23
fa216d3 to
f68b45b
Compare
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
2 times, most recently
from
January 24, 2025 23:58
47ebf45 to
f3f3ca5
Compare
zeeshanlakhani
force-pushed
the
zl/tfportd-oximeter
branch
from
January 31, 2025 22:53
f27d8ab to
4eb5907
Compare
Includes:
- timeseries cleanup/migration
zeeshanlakhani
force-pushed
the
zl/mgd-ddm-meta
branch
from
February 14, 2025 16:42
24c967f to
a68d462
Compare
zeeshanlakhani
added a commit
to oxidecomputer/maghemite
that referenced
this pull request
Feb 14, 2025
zeeshanlakhani
marked this pull request as ready for review
February 14, 2025 18:47
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: