We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026efc0 commit 32789ccCopy full SHA for 32789cc
README.md
@@ -81,7 +81,7 @@ products:
81
```yaml
82
credential:
83
access_key: <YOUR_ACCESS_KEY> // 必须, 云API的SecretId
84
- access_secret: <YOUR_ACCESS_SECRET> // 必须, 云API的SecretKey
+ secret_key: <YOUR_ACCESS_SECRET> // 必须, 云API的SecretKey
85
region: <REGION> // 必须, 实例所在区域信息
86
87
rate_limit: 15 // 腾讯云监控拉取指标数据限制, 官方默认限制最大20qps
0 commit comments