diff --git a/release/standalone/docker-compose/prometheus/prometheus.yml b/release/standalone/docker-compose/prometheus/prometheus.yml index cb4642c7b..1faa01ab6 100644 --- a/release/standalone/docker-compose/prometheus/prometheus.yml +++ b/release/standalone/docker-compose/prometheus/prometheus.yml @@ -11,10 +11,10 @@ scrape_configs: # The job name is added as a label `job=` to any timeseries scraped from this config. - job_name: "prometheus" static_configs: - - targets: [ "http://localhost:9090" ] + - targets: [ "localhost:9090" ] - job_name: "push-metrics" static_configs: - - targets: [ "http://polaris-pushgateway:9091" ] + - targets: [ "polaris-pushgateway:9091" ] - job_name: "polaris-server" http_sd_configs: - - url: "http://polaris-server:8090/prometheus/v1/clients" \ No newline at end of file + - url: "http://polaris-server:8090/prometheus/v1/clients"