use host.docker.internal internal IP for prometheus/windows (#16024)

This commit is contained in:
Anthony L 2022-10-31 15:30:03 +01:00 committed by GitHub
parent 41b42d94fe
commit bfb3682d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ scrape_configs:
# scheme defaults to 'http'.
static_configs:
- targets: ['192.168.65.1:9323']
- targets: ['host.docker.internal:9323']
```
</div><!-- windows -->