Make information accurate (#10915)

This commit is contained in:
Randy von der Weide 2020-05-29 18:04:40 +02:00 committed by GitHub
parent bcbe243edb
commit ba553cfd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ scrape_configs:
# scheme defaults to 'http'.
static_configs:
- targets: ['docker.for.mac.localhost:9090']
- targets: ['host.docker.internal:9090'] # Only works on Docker Desktop for Mac
- job_name: 'docker'
# metrics_path defaults to '/metrics'
@ -184,7 +184,7 @@ scrape_configs:
# scheme defaults to 'http'.
static_configs:
- targets: ['docker.for.win.localhost:9090']
- targets: ['host.docker.internal:9090'] # Only works on Docker Desktop for Windows
- job_name: 'docker'
# metrics_path defaults to '/metrics'