NVIDIA / dcgm-exporter

NVIDIA GPU metrics exporter for Prometheus leveraging DCGM
Apache License 2.0
923 stars 159 forks source link

fix: correct metric help text #346

Closed pintohutch closed 4 months ago

pintohutch commented 4 months ago

A few of the profiling metric gauges claimed a % unit in the help text of the sample CSVs. However, they are reported as a ratio [0,1].

This change removes the percentage unit described for correctness.

pintohutch commented 4 months ago

Thanks @glowkey - I just updated the commit to be properly signed per the PR workflow requirements.