Plugins: Update PDC pattern from latest plugin SDK changes (#76576)

* update with sdk

* do sql

* fix core plugins

* fix proxy settings

* bump SDK version

* tidy

* enable pdc for test

* add codeowners

* bump dep

* go mod tidy

* bump SDK
This commit is contained in:
Will Browne
2023-10-16 16:40:04 +02:00
committed by GitHub
parent c095ffa240
commit 9d92818cae
35 changed files with 117 additions and 83 deletions
@@ -445,7 +445,7 @@ func setup() (*testContext, error) {
features := &fakeFeatureToggles{flags: map[string]bool{"prometheusBufferedClient": false}}
opts, err := client.CreateTransportOptions(settings, &setting.Cfg{}, &logtest.Fake{})
opts, err := client.CreateTransportOptions(context.Background(), settings, &setting.Cfg{}, &logtest.Fake{})
if err != nil {
return nil, err
}