spotify / spotify-heroic-datasource

Heroic datasource for Grafana
Apache License 2.0
16 stars 7 forks source link

Stringify post data #128

Closed ryanvazquez closed 4 years ago

ryanvazquez commented 4 years ago

When upgrading Grafana to 6.7.0, all batch and metadata queries made by the datasource return 400 errors.

The datasource relied on the native behavior of the AngularJS $http module used by backendSrv to stringify POST data by default.

Now all POST requests that contain payloads will be stringified manually.