-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
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 |
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
The text was updated successfully, but these errors were encountered: