mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #9470 from ioito/hotfix/qx-apsara-metrics
fix(region): apsara metrics fix
This commit is contained in:
@@ -31,6 +31,7 @@ func (r *SRegion) metricsRequest(action string, params map[string]string) (jsonu
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "r.getSdkClient")
|
||||
}
|
||||
params["Product"] = "Cms"
|
||||
return r.productRequest(client, APSARA_PRODUCT_METRICS, r.client.endpoints.MetricsEndpoint, APSARA_API_VERSION_METRICS, action, params, r.client.debug)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user