Hello
I had set up Grafana to monitor my BigBlueButton servers.
Today my Grafana server is in V8.3.3, and I wanted to update it to version 9.
I was able to do it without worries, he took over my Dashboard, but that's a disaster.
initially I had a problem with Origine Not Allowed, so I followed the procedure by adding
# proxy_set_header Host $http_host;
proxy_set_header Host
example.com;
in my Nginx site.
I can therefore now have access to certain data such as the name of my instances, but not to the numerical values.
For example I can't know how many people are connected to my server, I know it's UP but I don't have more details.
Has anyone tested Grafana 9 with Prometheus services?
Thanks