utkuozdemir / nvidia_gpu_exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana not showing any data

zemmyang opened this issue · comments

The error: "Templating [gpu] Error updating options: Browser access mode in the Prometheus datasource is no longer available. Switch to server access mode."

I set the execution policy to unrestricted so that the script will run in the first place. Then I run the install as a windows service, and everything was installed without problems. Prometheus works (both 9090 and 9835), grafana works, it's just that I can't see any data on grafana.

GPU is a 3090Ti

ps: If it's relevant, I also have prometheus windows exporter running on 9182

This is a known issue, Grafana removed browser access mode for prometheus. See #114 (comment)

I just made a fix - see my commit above. You can apply the same change in the fix and it should work.

I have the same issue, but I am running on a ubuntu server, so I am not sure how to implement this. Could you help me out please?

@matousek-martin It depends on your setup, but overall, you need to go to your prometheus instance, edit the data source and make it use the server access mode.