fix: nvlink partitioning metrics#275
Merged
Merged
Conversation
- Always record metrics, even if the partition monitor encounters an error. - populate the operation name correctly in metrics' applied changes tracker. Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
rtamma-nv
approved these changes
Feb 12, 2026
10 tasks
Contributor
Author
|
@Matthias247 addressed your comment from the old PR (https://github.com/NVIDIA/bare-metal-manager-core/pull/247/changes/BASE..8729cd8f42450952ac236eb9fc6daba53d011f0e#r2795153279) |
Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
19bcec8 to
833ded9
Compare
kensimon
approved these changes
Feb 16, 2026
Matthias247
approved these changes
Feb 17, 2026
jd-nv
pushed a commit
that referenced
this pull request
Feb 19, 2026
## Description <!-- Describe what this PR does --> This PR fixes two issues with nvlink partitioning metrics: - Always record metrics, even if the partition monitor encounters an error. - populate the operation name correctly in metrics' applied changes tracker. ## Type of Change <!-- Check one that best describes this PR --> - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [x] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Related Issues (Optional) <!-- If applicable, provide GitHub Issue. --> ## Breaking Changes - [ ] This PR contains breaking changes <!-- If checked above, describe the breaking changes and migration steps --> ## Testing <!-- How was this tested? Check all that apply --> - [ ] Unit tests added/updated - [ ] Integration tests added/updated - [ ] Manual testing performed - [ ] No testing required (docs, internal refactor, etc.) ## Additional Notes <!-- Any additional context, deployment notes, or reviewer guidance --> --------- Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
tmcroberts97
added a commit
to tmcroberts97/infra-controller-core
that referenced
this pull request
Mar 12, 2026
## Description <!-- Describe what this PR does --> This PR fixes two issues with nvlink partitioning metrics: - Always record metrics, even if the partition monitor encounters an error. - populate the operation name correctly in metrics' applied changes tracker. ## Type of Change <!-- Check one that best describes this PR --> - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [x] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Related Issues (Optional) <!-- If applicable, provide GitHub Issue. --> ## Breaking Changes - [ ] This PR contains breaking changes <!-- If checked above, describe the breaking changes and migration steps --> ## Testing <!-- How was this tested? Check all that apply --> - [ ] Unit tests added/updated - [ ] Integration tests added/updated - [ ] Manual testing performed - [ ] No testing required (docs, internal refactor, etc.) ## Additional Notes <!-- Any additional context, deployment notes, or reviewer guidance --> --------- Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
tmcroberts97
added a commit
to tmcroberts97/infra-controller-core
that referenced
this pull request
Mar 12, 2026
## Description <!-- Describe what this PR does --> This PR fixes two issues with nvlink partitioning metrics: - Always record metrics, even if the partition monitor encounters an error. - populate the operation name correctly in metrics' applied changes tracker. ## Type of Change <!-- Check one that best describes this PR --> - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [x] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Related Issues (Optional) <!-- If applicable, provide GitHub Issue. --> ## Breaking Changes - [ ] This PR contains breaking changes <!-- If checked above, describe the breaking changes and migration steps --> ## Testing <!-- How was this tested? Check all that apply --> - [ ] Unit tests added/updated - [ ] Integration tests added/updated - [ ] Manual testing performed - [ ] No testing required (docs, internal refactor, etc.) ## Additional Notes <!-- Any additional context, deployment notes, or reviewer guidance --> --------- Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
jd-nv
pushed a commit
that referenced
this pull request
Mar 12, 2026
## Description <!-- Describe what this PR does --> This PR fixes two issues with nvlink partitioning metrics: - Always record metrics, even if the partition monitor encounters an error. - populate the operation name correctly in metrics' applied changes tracker. ## Type of Change <!-- Check one that best describes this PR --> - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [x] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Related Issues (Optional) <!-- If applicable, provide GitHub Issue. --> ## Breaking Changes - [ ] This PR contains breaking changes <!-- If checked above, describe the breaking changes and migration steps --> ## Testing <!-- How was this tested? Check all that apply --> - [ ] Unit tests added/updated - [ ] Integration tests added/updated - [ ] Manual testing performed - [ ] No testing required (docs, internal refactor, etc.) ## Additional Notes <!-- Any additional context, deployment notes, or reviewer guidance --> --------- Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
nvcoop
pushed a commit
to nvcoop/bare-metal-manager-core
that referenced
this pull request
Mar 12, 2026
## Description <!-- Describe what this PR does --> This PR fixes two issues with nvlink partitioning metrics: - Always record metrics, even if the partition monitor encounters an error. - populate the operation name correctly in metrics' applied changes tracker. ## Type of Change <!-- Check one that best describes this PR --> - [ ] **Add** - New feature or capability - [ ] **Change** - Changes in existing functionality - [x] **Fix** - Bug fixes - [ ] **Remove** - Removed features or deprecated functionality - [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.) ## Related Issues (Optional) <!-- If applicable, provide GitHub Issue. --> ## Breaking Changes - [ ] This PR contains breaking changes <!-- If checked above, describe the breaking changes and migration steps --> ## Testing <!-- How was this tested? Check all that apply --> - [ ] Unit tests added/updated - [ ] Integration tests added/updated - [ ] Manual testing performed - [ ] No testing required (docs, internal refactor, etc.) ## Additional Notes <!-- Any additional context, deployment notes, or reviewer guidance --> --------- Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
kfelternv
pushed a commit
to kfelternv/infra-controller
that referenced
this pull request
May 18, 2026
…es one (NVIDIA#275) Signed-off-by: Patrice Breton <pbreton@nvidia.com>
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.
Description
This PR fixes two issues with nvlink partitioning metrics:
Type of Change
Related Issues (Optional)
Breaking Changes
Testing
Additional Notes