CUDA 12.9 invalid metric names#332
Conversation
|
I thought I already handled the metrics ending with |
|
The reason seems no the suffix of '[us]'. I noticed that the metric The metrix was added at The following is an introduction to this metric by |
Should this be a separate issue then? Because it doesn't seem to be connected to the OP's issue. |
Because I find this problem when using And It find that NvidiaGpuExporter would be OK after remove this metric. Actually, this problem occurs when the GPU is under high load. |
Fix exporter crash with CUDA 12.9 by sanitising invalid metric names (e.g. fields with [us]) to ensure Prometheus compatibility.