Cloudwatch: Ignore error while fetching regions (#76626)

This commit is contained in:
Sarah Zinger
2023-10-17 10:14:33 -04:00
committed by GitHub
parent 24a14f3cd7
commit fefdb78640
5 changed files with 29 additions and 8 deletions
+2
View File
@@ -9,6 +9,7 @@ import (
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/oam"
"github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/services/featuremgmt"
"github.com/grafana/grafana/pkg/tsdb/cloudwatch/models/resources"
)
@@ -24,6 +25,7 @@ type RequestContext struct {
EC2APIProvider EC2APIProvider
Settings CloudWatchSettings
Features featuremgmt.FeatureToggles
Logger log.Logger
}
// Services