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

- Setup Grafana in Docker
docker run -d --name grafana -p 3000:3000 grafana/grafana
- Adding data source in Grafana as Proetheus type

- in the URL I provide the exporter's docker IP address (this worked with other prometheus docker based on this tutorial )
- if I provide the host machine's IP then it provides Bad Gateway error
- Nvidia GPU dasboard
- I tried to explore the metrics but they never load

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

docker run -d --name grafana -p 3000:3000 grafana/grafana