Skip to content

Commit ccc1aec

Browse files
committed
support more product
1 parent fc7153f commit ccc1aec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1609
-7
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM alpine
2+
ADD qcloud_exporter /usr/local/bin/
3+
ENTRYPOINT ["/usr/local/bin/qcloud_exporter"]

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ NAT|QCE/NAT_GATEWAY|[指标详情](https://cloud.tencent.com/document/product/24
2222
专用通道|QCE/DCX|[指标详情](https://cloud.tencent.com/document/product/248/45101)
2323
云硬盘|QCE/CBS|[指标详情](https://cloud.tencent.com/document/product/248/45411)
2424
SqlServer|QCE/SQLSERVER|[指标详情](https://cloud.tencent.com/document/product/248/45146)
25+
MariaDB|QCE/MARIADB|[指标详情](https://cloud.tencent.com/document/product/248/54397)
26+
Elasticsearch|QCE/CES|[指标详情](https://cloud.tencent.com/document/product/248/45129)
27+
CMQ 队列服务|QCE/CMQ|[指标详情](https://cloud.tencent.com/document/product/248/45114)
28+
CMQ 主题订阅|QCE/CMQTOPIC|[指标详情](https://cloud.tencent.com/document/product/248/45113)
29+
PostgreSQL|QCE/POSTGRES|[指标详情](https://cloud.tencent.com/document/product/248/45105)
30+
CKafka 实例|QCE/CKAFKA|[指标详情](https://cloud.tencent.com/document/product/248/45121)
31+
Memcached |QCE/MEMCACHED|指标详情说明文档(待上线)
32+
Lighthouse |QCE/LIGHTHOUSE|指标详情说明文档(待上线)
33+
2534
`后续会有更多的产品支持`
2635

2736
## 二、快速开始

build/qcloud_exporter

31.3 MB
Binary file not shown.

configs/qcloud-ckafka-product.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/CKAFKA #指标详情: https://cloud.tencent.com/document/product/248/45121
10+
all_metrics: true
11+
all_instances: true
12+
extra_labels: [InstanceName]

configs/qcloud-cmq-product.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/CMQ #指标详情: https://cloud.tencent.com/document/product/248/45114
10+
all_metrics: true
11+
all_instances: true
12+
extra_labels: [XXX] # 这里不能再填QueueName,因为指标里面已经存在
13+
# only_include_instances: [xxxx] # 填队列名
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/CMQTOPIC #指标详情: https://cloud.tencent.com/document/product/248/45113
10+
all_metrics: true
11+
all_instances: true
12+
only_include_instances: [topic-xxxx]

configs/qcloud-es-product.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/ES #指标详情: https://cloud.tencent.com/document/product/248/45129
10+
all_metrics: true
11+
all_instances: true
12+
extra_labels: [InstanceName]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/LIGHTHOUSE
10+
all_metrics: true
11+
# all_instances: true
12+
only_include_instances: [lhins-xxxxxx]

configs/qcloud-mariadb-product.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/MARIADB #指标详情: https://cloud.tencent.com/document/product/248/54396
10+
all_metrics: true
11+
all_instances: true
12+
extra_labels: [InstanceName]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
credential:
2+
access_key: "access_key"
3+
secret_key: "secret_key"
4+
region: "region"
5+
6+
rate_limit: 10 #云监控拉数据接口最大限制, 20/秒, 1200/分钟, https://cloud.tencent.com/document/product/248/31014
7+
8+
products:
9+
- namespace: QCE/MEMCACHED
10+
all_metrics: true
11+
# all_instances: true
12+
only_include_instances: [cmemxxxx]

0 commit comments

Comments
 (0)