I have created custom exporter that scrapes information about gpu usage across nodes in kubernetes cluster.
The thing is that some nodes are 1 gpu nodes, and others are 2 or 4.
Goal:
I am wondering if instead of creating 1 table for all 4 of them, I can somehow dynamically provision 4 separate visualizations, one per GPU (each gpu has unique series which is used as identifier).
The reason why I am looking for dybamic provisioning is so that in case of node with 1 GPU, only 1 visualization is created, and in case of 4, 4.