Skip to content

Commit

Permalink
chore: configure Prometheus service URL in docker compose files (#14830)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Jan 29, 2024
1 parent 6bc71dd commit c18325b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose-distributed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ services:
- "0.0.0.0:5691"
- "--prometheus-host"
- "0.0.0.0:1250"
- "--prometheus-endpoint"
- "http://prometheus-0:9500"
- "--backend"
- etcd
- "--etcd-endpoints"
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-with-azblob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-with-gcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down
2 changes: 2 additions & 0 deletions docker/docker-compose-with-hdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ services:
- "0.0.0.0:5691"
- "--prometheus-host"
- "0.0.0.0:1250"
- "--prometheus-endpoint"
- "http://prometheus-0:9500"
- "--backend"
- etcd
- "--etcd-endpoints"
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-with-local-fs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-with-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-with-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-with-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
--advertise-addr 0.0.0.0:5690 \
--dashboard-host 0.0.0.0:5691 \
--prometheus-host 0.0.0.0:1250 \
--prometheus-endpoint http://prometheus-0:9500 \
--connector-rpc-endpoint 0.0.0.0:50051 \
--backend etcd \
--etcd-endpoints etcd-0:2388 \
Expand Down

0 comments on commit c18325b

Please sign in to comment.