-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprometheus02.yml
More file actions
41 lines (35 loc) · 920 Bytes
/
prometheus02.yml
File metadata and controls
41 lines (35 loc) · 920 Bytes
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
41
global:
external_labels:
role: "remote"
scrape_interval: 10s
evaluation_interval: 10s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets:
- prometheus02:9090
- job_name: 'm3coordinator'
static_configs:
- targets:
- m3coordinator01:7210
- job_name: 'm3query'
static_configs:
- targets:
- m3query01:7211
- job_name: 'm3db'
static_configs:
- targets: ['m3db_seed:9004', 'm3db_data01:9004', 'm3db_data02:9004']
#remote_read:
# - url: http://m3coordinator01:7201/api/v1/prom/remote/read
# read_recent: true
#remote_write:
# - url: http://m3coordinator01:7201/api/v1/prom/remote/write
# remote_timeout: 30s
# queue_config:
# capacity: 10000
# max_shards: 10
# min_shards: 3
# max_samples_per_send: 5000
# batch_send_deadline: 1m
# min_backoff: 50ms
# max_backoff: 1s