-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathprometheus.yml
More file actions
33 lines (29 loc) · 752 Bytes
/
Copy pathprometheus.yml
File metadata and controls
33 lines (29 loc) · 752 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
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: prometheus
metrics_path: /metrics
static_configs:
- targets: ['prometheus:9090']
- job_name: crypto-watcher-api
metrics_path: /metrics
scheme: https
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ['crypto-watcher-api:443']
- job_name: ordering-api
metrics_path: /metrics
scheme: https
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ['ordering-api:443']
- job_name: notification-api
metrics_path: /metrics
scheme: https
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ['notification-api:443']