forked from criteo/mewpoke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
40 lines (37 loc) · 937 Bytes
/
config.yml
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
38
39
40
app:
measurementPeriodInSec: 30
refreshDiscoveryPeriodInSec: 60
httpServerPort: 8080
discovery:
# consul:
# host: consul.service.consul
# port: 8500
# timeoutInSec: 10
# readConsistency: STALE
# tags:
# - couchbase-memcached
# - cluster-CLUSTERNAME
# - bucket-BUCKETNAME
staticDns:
clustername: mycluster
host: localhost
service:
type: COUCHBASE_STATS
timeoutInSec: 60
username: Administrator
password: password
#bucketpassword: password
couchbaseStats:
bucket: # API : /pools/default/buckets/MYBUCKET/nodes/MYNODE:PORT/stats
- ep_mem_high_wat
- vb_active_resident_items_ratio
- vb_replica_resident_items_ratio
- ep_mem_low_wat
- ep_diskqueue_items
- ep_oom_errors
- ep_tmp_oom_errors
- ep_max_size
xdcr: # API: replications/XDCR_UUID/MYBUCKET_SOURCE/MYBUCKET_DESTINATION/
- bandwidth_usage
- percent_completeness
- changes_left