-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprometheus.yml
More file actions
89 lines (68 loc) · 2.09 KB
/
Copy pathprometheus.yml
File metadata and controls
89 lines (68 loc) · 2.09 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
global:
scrape_interval: 15s
evaluation_interval: 15s
rule_files:
- "alert.rules.yml"
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'api-gateway'
static_configs:
- targets: ['api-gateway:8080']
- job_name: 'auth-service'
static_configs:
- targets: ['auth-service:8010']
- job_name: 'audit-compliance-service'
static_configs:
- targets: ['audit-compliance-service:8011']
- job_name: 'ats-service'
static_configs:
- targets: ['ats-service:8012']
- job_name: 'lms-service'
static_configs:
- targets: ['lms-service:8013']
- job_name: 'performance-service'
static_configs:
- targets: ['performance-service:8014']
- job_name: 'ai-copilot-service'
static_configs:
- targets: ['ai-copilot-service:8015']
- job_name: 'employee-service'
static_configs:
- targets: ['employee-service:8001']
- job_name: 'payroll-service'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['payroll-service:8002']
- job_name: 'analytics-service'
static_configs:
- targets: ['analytics-service:8003']
- job_name: 'notification-service'
static_configs:
- targets: ['notification-service:8004']
- job_name: 'attendance-service'
static_configs:
- targets: ['attendance-service:8005']
- job_name: 'leave-service'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['leave-service:8006']
- job_name: 'security-service'
static_configs:
- targets: ['security-service:8050']
- job_name: 'integration-service'
static_configs:
- targets: ['integration-service:8016']
- job_name: 'employee-lifecycle-service'
static_configs:
- targets: ['employee-lifecycle-service:8020']
- job_name: 'ai-service'
static_configs:
- targets: ['ai-service:8065']
- job_name: 'live-service'
static_configs:
- targets: ['live-service:8060']
- job_name: 'workforce-planning-service'
static_configs:
- targets: ['workforce-planning-service:8017']