grafana / grafana-plugin-sdk-go

A Go SDK for building backend plugins for Grafana
Apache License 2.0
219 stars 66 forks source link

Export errors for time series processing #1134

Closed ivanahuckova closed 3 weeks ago

ivanahuckova commented 3 weeks ago

Follow up/different strategy for https://github.com/grafana/grafana-plugin-sdk-go/pull/1099

This PR exports the errors that we can later check for downstream errors. It also updates errors to make them more understandable for user.