Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana not showing any data #118

Open
zemmyang opened this issue Aug 13, 2023 · 3 comments
Open

Grafana not showing any data #118

zemmyang opened this issue Aug 13, 2023 · 3 comments

Comments

@zemmyang
Copy link

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

@utkuozdemir
Copy link
Owner

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.

@matousek-martin
Copy link

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?

@utkuozdemir
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants