Skip to content

Commit

Permalink
Refactor prometheus target
Browse files Browse the repository at this point in the history
  • Loading branch information
window9u committed Sep 6, 2024
1 parent a11a695 commit 74ca981
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/docker/monitoring/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ scrape_configs:
scrape_interval: 5s
static_configs:
- targets:
# win/mac hosts: Use address: host.docker.internal instead of address: localhost in the line below
# linux hosts: Use address: docker bridge ip (typically 172.17.0.1) instead of address: localhost in the line below
# when using docker-compose-deploy.yml, use address: yorkie instead of address: localhost in the line below
- host.docker.internal:8081
- yorkie:8081

0 comments on commit 74ca981

Please sign in to comment.