Skip to content

Commit f3bf2a9

Browse files
authored
Update prometheus.yml (polarismesh#1085)
1 parent 554c4c6 commit f3bf2a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/standalone/docker-compose/prometheus/prometheus.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ scrape_configs:
1111
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
1212
- job_name: "prometheus"
1313
static_configs:
14-
- targets: [ "http://localhost:9090" ]
14+
- targets: [ "localhost:9090" ]
1515
- job_name: "push-metrics"
1616
static_configs:
17-
- targets: [ "http://polaris-pushgateway:9091" ]
17+
- targets: [ "polaris-pushgateway:9091" ]
1818
- job_name: "polaris-server"
1919
http_sd_configs:
20-
- url: "http://polaris-server:8090/prometheus/v1/clients"
20+
- url: "http://polaris-server:8090/prometheus/v1/clients"

0 commit comments

Comments
 (0)