Closed briangann closed 5 years ago
Plugins can't affect Grafana logs as far as I know
All error messages are accessible from browser console (see screenshot)
we can send back errors from a datasource similar to stackdriver
appEvents.emit('ds-request-error', this.formatStackdriverError(error));
Guess we can close it Done via https://github.com/grafana/kentik-app/pull/62
LGTM
When making calls to the API, the plugin should also return any message returned along with the response code.
This will allow quicker troubleshooting when there are problems with authentication or an API change.