Skip to content

Commit

Permalink
fix: fix docker prometheus (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Aug 17, 2022
1 parent 9c6e725 commit d350df4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy/docker/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ scrape_configs:
static_configs:
- targets: ["localhost:9090"]

- job_name: "push-metrics"
static_configs:
- targets: ["localhost:9091"]
http_sd_configs:
- url: http://polaris:9000/prometheus/v1/clients

honor_labels: true

0 comments on commit d350df4

Please sign in to comment.