Skip to content

Commit 112c8d4

Browse files
authored
Update README.md
1 parent 5318702 commit 112c8d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ products:
8282
credential:
8383
access_key: <YOUR_ACCESS_KEY> // 必须, 云API的SecretId
8484
access_secret: <YOUR_ACCESS_SECRET> // 必须, 云API的SecretKey
85-
role: <YOUR_SERVICE_ROLE> // 可选,可在云上CVM/TKE中使用,没有access_key和access_secret时会使用role申请临时密钥
8685
region: <REGION> // 必须, 实例所在区域信息
8786

8887
rate_limit: 15 // 腾讯云监控拉取指标数据限制, 官方默认限制最大20qps
@@ -139,7 +138,6 @@ metrics:
139138
```bash
140139
export TENCENTCLOUD_SECRET_ID="YOUR_ACCESS_KEY"
141140
export TENCENTCLOUD_SECRET_KEY="YOUR_ACCESS_SECRET"
142-
export TENCENTCLOUD_SERVICE_ROLE = "YOUR_SERVICE_ROLE"
143141
export TENCENTCLOUD_REGION="REGION"
144142
```
145143

@@ -173,4 +171,3 @@ export TENCENTCLOUD_REGION="REGION"
173171

174172

175173

176-

0 commit comments

Comments
 (0)