You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I spotted requests being made to api.mixpanel.com from my private Grafana setup and tracked in back to originate from this plugin.
Fortunately collecting data can be disabled from the data source settings, however it still seems to send requests to mixpanel, although now just 2 instead of 3.
@JorritSalverda The calls to the mixpanel send data are only made in this case if (this.jsonData.sendUsageData !== false). Can you share the payload so I better understand the data that is sent? (You can email it to me if you don't want to share it on github)
Bug Report
I spotted requests being made to api.mixpanel.com from my private Grafana setup and tracked in back to originate from this plugin.
Fortunately collecting data can be disabled from the data source settings, however it still seems to send requests to mixpanel, although now just 2 instead of 3.
I still see the following 2 requests being made:
Expected Behavior
No requests to be made towards mixpanel.
Actual Behavior
Still sending 2 requests.
Specifications
1.0.2
grafana/grafana
container6.4.1
The text was updated successfully, but these errors were encountered: