We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63c207 commit 2c9769eCopy full SHA for 2c9769e
1 file changed
prometheus/prometheus.yml
@@ -9,4 +9,19 @@ scrape_configs:
9
- job_name: "pushgateway"
10
honor_labels: true
11
static_configs:
12
- - targets: ["pushgateway:9091"]
+ - 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
21
+ - targets: [ "10.0.0.84:8080" ]
22
23
24
+ - job_name: "websocket"
25
26
+ - targets: [ "10.0.0.71:8080" ]
27
0 commit comments