mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 17:13:55 +08:00
CloudWatch: Use default http client from aws-sdk-go (#46370)
* use default http client from aws-sdk-go * temp comment out line and link to issue
This commit is contained in:
@ -223,7 +223,8 @@ func (e *cloudWatchExecutor) newSession(pluginCtx backend.PluginContext, region
|
|||||||
}
|
}
|
||||||
|
|
||||||
return e.sessions.GetSession(awsds.SessionConfig{
|
return e.sessions.GetSession(awsds.SessionConfig{
|
||||||
HTTPClient: dsInfo.HTTPClient,
|
// https://github.com/grafana/grafana/issues/46365
|
||||||
|
// HTTPClient: dsInfo.HTTPClient,
|
||||||
Settings: awsds.AWSDatasourceSettings{
|
Settings: awsds.AWSDatasourceSettings{
|
||||||
Profile: dsInfo.profile,
|
Profile: dsInfo.profile,
|
||||||
Region: region,
|
Region: region,
|
||||||
|
Reference in New Issue
Block a user