utkuozdemir / nvidia_gpu_exporter

Nvidia GPU exporter for prometheus using nvidia-smi binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser access mode in the Prometheus datasource is no longer available. Switch to server access mode.

deadcode0815 opened this issue · comments

I did run (admin mode) https://raw.githubusercontent.com/utkuozdemir/nvidia_gpu_exporter/master/install/windows.ps1
After importing the dashboard I get the following error message (grafana):
Browser access mode in the Prometheus datasource is no longer available. Switch to server access mode.

Prometheus did drop support for Browser access mode (related!? grafana/grafana#43859)

Thanks, good catch. Can you try to change access: direct to access: proxy in the powershell script and try again?

From the first look of it, the script seems pretty broken on Windows 11.

I did change access: direct to access: proxy - dashboard looks good now. I'm btw running win11, had no issues running the script

@deadcode0815 Good to hear, I'll do the changes.

When I tested quickly, I had some issues with scoop complaining about running as admin 🤔