-
Notifications
You must be signed in to change notification settings - Fork 107
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
Grafana customizable GPU uuid #124
Comments
The cmd
To enhance readability, mapping the UUID to GPU indices (e.g., GPU 0, GPU 1) would be beneficial. Furthermore, considering that GPUs might be distributed across multiple servers, |
Those indexes are probably not consistent, i.e., they can come in different order. Even if they don't most of the time, swap the PCI slots of 2 GPUs and then I bet they'd appear in different order. So I'm not sure tbh if this exporter should address this. I think you can achieve what you need by |
When running then cmd
I hypothesized that the IDX value would remain unchanged across reboots. I understand that the database currently uses GPU UUIDs as primary keys.
Thanks for the suggestion. I'm still relatively new to Grafana/Prometheus (about three days in), so I'll need to do some more research on relabel_configs to figure out how to implement it. |
First of all I would like to say this repo is a great work and it partly solved my requirements.
Since my lab's compute cards are all distributed under different hosts with different ip's, I can't very clearly tell which gpu belongs to which server by uuid. So I'm wondering that is the name of the switching gpu in the top left corner of the dashboard customizable?
The text was updated successfully, but these errors were encountered: