Skip to content

Commit

Permalink
Update prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Feb 14, 2023
1 parent d814bf8 commit 5096f50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/standalone/docker-compose/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ scrape_configs:
# The job name is added as a label `job=<job_name>` 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"
- url: "http://polaris-server:8090/prometheus/v1/clients"

0 comments on commit 5096f50

Please sign in to comment.