Skip to content

Commit a288151

Browse files
committed
fix: prometheus config
change ports
1 parent 2de8119 commit a288151

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

prometheus.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ scrape_configs:
77
- targets:
88
[
99
'api-gateway:5000',
10-
'users-service:5001',
11-
'auth-service:5002',
12-
'problems-service:5003',
13-
'tags-service:5004',
14-
'companies-service:5005',
15-
'submissions-service:5006',
16-
'execution-service:5007',
10+
'users-service:9001',
11+
'auth-service:9002',
12+
'problems-service:9003',
13+
'tags-service:9004',
14+
'companies-service:9005',
15+
'submissions-service:9006',
16+
'execution-service:9007',
1717
]

0 commit comments

Comments
 (0)