-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprometheus-cm.yaml
More file actions
30 lines (25 loc) · 868 Bytes
/
prometheus-cm.yaml
File metadata and controls
30 lines (25 loc) · 868 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
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['prometheus-svc:9090']
- job_name: booksservice-prometheus
scrape_interval: 5s
static_configs:
- targets: ['booksservice-prometheus:10000']
- job_name: reviewsservice-prometheus
scrape_interval: 5s
static_configs:
- targets: ['reviewsservice-prometheus:10000']
- job_name: reccomendations-prometheus
scrape_interval: 5s
static_configs:
- targets: ['reccomendations-prometheus:10000']
- job_name: usermanagement-prometheus
scrape_interval: 5s
static_configs:
- targets: ['usermanagement-prometheus:10000']
- job_name: wishlistservice-prometheus
scrape_interval: 5s
static_configs:
- targets: ['wishlistservice-prometheus:10000']