* Plugins: Use a Grafana specific SDK logger implementation for core plugins (#51229) Upgrade grafana-aws-sdk to v0.10.6 (cherry picked from commit a8eb29f1d7) * fix go.mod go.sum
a8eb29f1d7
* make more easily composable * fix build
* refactoring store interface and init flow * fix import * fix linter * refactor resource calling * load with class * re-order args * fix tests * fix linter * remove old creator * add custom config struct * fix some tests * cleanup * fix * tackle plugins * fix linter * refactor and fix test * add connect failure error * add fix for azure, cloud monitoring and test data * restructure * remove unused err * add fake tracer for test * fix grafana ds plugin