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 5318702 commit 112c8d4Copy full SHA for 112c8d4
README.md
@@ -82,7 +82,6 @@ products:
82
credential:
83
access_key: <YOUR_ACCESS_KEY> // 必须, 云API的SecretId
84
access_secret: <YOUR_ACCESS_SECRET> // 必须, 云API的SecretKey
85
- role: <YOUR_SERVICE_ROLE> // 可选,可在云上CVM/TKE中使用,没有access_key和access_secret时会使用role申请临时密钥
86
region: <REGION> // 必须, 实例所在区域信息
87
88
rate_limit: 15 // 腾讯云监控拉取指标数据限制, 官方默认限制最大20qps
@@ -139,7 +138,6 @@ metrics:
139
138
```bash
140
export TENCENTCLOUD_SECRET_ID="YOUR_ACCESS_KEY"
141
export TENCENTCLOUD_SECRET_KEY="YOUR_ACCESS_SECRET"
142
-export TENCENTCLOUD_SERVICE_ROLE = "YOUR_SERVICE_ROLE"
143
export TENCENTCLOUD_REGION="REGION"
144
```
145
@@ -173,4 +171,3 @@ export TENCENTCLOUD_REGION="REGION"
173
171
174
172
175
176
-
0 commit comments