Skip to content

Commit d350df4

Browse files
authored
fix: fix docker prometheus (#582)
1 parent 9c6e725 commit d350df4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

deploy/docker/prometheus/prometheus.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ scrape_configs:
2828
static_configs:
2929
- targets: ["localhost:9090"]
3030

31-
- job_name: "push-metrics"
32-
static_configs:
33-
- targets: ["localhost:9091"]
31+
http_sd_configs:
32+
- url: http://polaris:9000/prometheus/v1/clients
33+
34+
honor_labels: true

0 commit comments

Comments
 (0)