I am trying to use a proxy connection to connect to things such as the plugins and Microsoft Teams webhook. I have set the system to use the proxy, and it does. I also added to the grafana.ini the following:
http_proxy=“http://ipaddress:port”
However it still won’t load the plugins because it says it can’t reach grafana.com and it can’t send Teams messages due to connection failures.
How do I set Grafana to use a proxy?