go.d/nvidia_smi: restore stable temperature/power collection with driver 580 XML variants - #23047
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix GPU temperature not collected for RTX PRO 6000 Blackwell
go.d/nvidia_smi: restore stable temperature/power collection with driver 580 XML variants
Jul 8, 2026
|
ilyam8
marked this pull request as ready for review
July 9, 2026 08:31
ilyam8
enabled auto-merge (squash)
July 9, 2026 08:40
stelfrag
approved these changes
Jul 9, 2026
Merged
stelfrag
pushed a commit
to stelfrag/netdata
that referenced
this pull request
Jul 14, 2026
…ver 580 XML variants (netdata#23047) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Ferroin
pushed a commit
that referenced
this pull request
Jul 15, 2026
…ver 580 XML variants (#23047) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.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.



nvidia_smi.gpu_temperaturecould stay empty on newer NVIDIA driver XML despite valid<gpu_temp>values. Driver 580 adds extra temperature siblings and mixedN/A/whitespace values; current parsing and power-selection logic could drop otherwise valid metrics.Parser hardening (value normalization)
TrimSpace).Power metric fallback correctness
power_drawselection to skip invalid candidates (N/A, empty) and continue toinstant_power_draw/average_power_drawwhen present.Regression coverage for Blackwell/580 shape