Skip to content

Commit 034b21e

Browse files
Update prometheus config with VM IP 192.168.1.171
1 parent fb3013c commit 034b21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ scrape_configs:
1010
- job_name: 'spring-petclinic'
1111
metrics_path: /actuator/prometheus
1212
static_configs:
13-
- targets: ['<VM-IP>:8080']
13+
- targets: ['192.168.1.171:8080']

0 commit comments

Comments
 (0)