Skip to content

Commit 2c9769e

Browse files
committed
deploy: 워크플로우 확인용
1 parent c63c207 commit 2c9769e

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

prometheus/prometheus.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,19 @@ scrape_configs:
99
- job_name: "pushgateway"
1010
honor_labels: true
1111
static_configs:
12-
- targets: ["pushgateway:9091"]
12+
- targets: ["pushgateway:9091"]
13+
14+
- job_name: "batch"
15+
static_configs:
16+
- targets: [ "10.0.0.176:8082" ]
17+
metrics_path: "/actuator/prometheus"
18+
19+
- job_name: "spring-core"
20+
static_configs:
21+
- targets: [ "10.0.0.84:8080" ]
22+
metrics_path: "/actuator/prometheus"
23+
24+
- job_name: "websocket"
25+
static_configs:
26+
- targets: [ "10.0.0.71:8080" ]
27+
metrics_path: "/actuator/prometheus"

0 commit comments

Comments
 (0)