instana / instana-grafana-datasource

🔭 Grafana datasource plugin for Instana
https://grafana.com/plugins/instana-datasource
Apache License 2.0
38 stars 20 forks source link

Fix bug that automatically enables proxy config #47

Closed Dalje-et closed 4 years ago

Dalje-et commented 4 years ago

Currently (2.4.1), when one configures an Instana Datasource in Grafana to not use a proxy, the next time one enters the settings view it is enabled again.

This PR fixes this behaviour by not setting the proxy in the constructor.

This PR refers to: Ticket 9972