forked from Dabz/ccloudexporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.partition.yaml
37 lines (37 loc) · 948 Bytes
/
config.partition.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
config:
http:
baseurl: https://api.telemetry.confluent.cloud/
timeout: 60
listener: 0.0.0.0:2112
noTimestamp: false
delay: 120
granularity: PT1M
rules:
- clusters:
- lkc-xxxxx
metrics:
- io.confluent.kafka.server/received_bytes
- io.confluent.kafka.server/sent_bytes
- io.confluent.kafka.server/received_records
- io.confluent.kafka.server/sent_records
- io.confluent.kafka.server/retained_bytes
- io.confluent.kafka.server/active_connection_count
- io.confluent.kafka.server/request_count
- io.confluent.kafka.server/partition_count
- io.confluent.kafka.server/successful_authentication_count
labels:
- kafka.id
- topic
- type
- clusters:
- lkc-xxxxx
- lkc-yyyyy
topics:
- myTopic
metrics:
- io.confluent.kafka.server/retained_bytes
labels:
- kafka.id
- topic
- type
- partition