Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chip to the DRM parser class #672

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Deezzir
Copy link

@Deezzir Deezzir commented Oct 2, 2024

Adds a chip label to the DRM parser class so the data can be related to hwmon metrics when exported by the node_exporter.

For example, node_exporter produces the following metric:

node_hwmon_chip_names{agent_hostname="ubuntu-0", chip="0000:9d:00_0_0000:9e:00_0", chip_name="amdgpu", instance="ubuntu-0.maas"}

So, by having a chip label coming from the DRM parser, DRM metrics can be related to hwmon sensor metrics to build a better dashboard with clear AMD GPU filters.

For example:

node_drm_card_info{agent_hostname="ubuntu-0", card="card0", instance="ubuntu-0.maas", chip="0000:9d:00_0_0000:9e:00_0", memory_vendor="samsung", power_performance_level="auto", vendor="amd"}

Also closes: #673

Signed-off-by: Deezzir <deezzir@gmail.com>
Signed-off-by: Deezzir <deezzir@gmail.com>
Signed-off-by: Deezzir <deezzir@gmail.com>
Signed-off-by: Deezzir <deezzir@gmail.com>
Signed-off-by: Deezzir <deezzir@gmail.com>
@Deezzir Deezzir marked this pull request as ready for review October 3, 2024 15:15
@Deezzir
Copy link
Author

Deezzir commented Oct 3, 2024

@discordianfish and @SuperQ please review! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DRM_amdgpu class returns entires even if AMD GPUs do not exist
1 participant