nvidia_gpu_prometheus_exporter icon indicating copy to clipboard operation
nvidia_gpu_prometheus_exporter copied to clipboard

NVIDIA GPU Prometheus Exporter

Results 11 nvidia_gpu_prometheus_exporter issues
Sort by recently updated
recently updated
newest added

Hi. Is it possible that you to update the README and repo header to link to https://github.com/NVIDIA/dcgm-exporter plus deprecate this repo?

Hello! I have been using this for a while to give stats on GPU's. Now, after some Nvidia upgrades, it seems the container complains, with the error: FanSpeed() error: nvml:...

![image](https://user-images.githubusercontent.com/44139321/100440893-91b07400-30e0-11eb-8716-9f1eda356414.png)

Is there a version with a conf or yaml file to use with Raspian?

Hello! I'm facing an error accessing the metrics from your exporter. Steps performed: 1. Running the exporter with nvidia-docker `nvidia-docker run -p 9445:9445 -ti mindprince/nvidia_gpu_prometheus_exporter:0.1` 2. Testing by accesing **http://localhost:9445**...

`dutyCycle` is the GPU utilization during the last "sample period" of the driver, according to NVIDIA docs: > Percent of time over the past sample period during which one or...

Mute error message ("nvml not support") when collect FanSpeed

Hi @mindprince , the gpu exporter works pretty well on a gpu node, while it will get error when deployed on a non-gpu node. Of curse it is reasonable because...