Devenv: Fix prometheus config so that it scrapes your dev instance like before (#32583)

* Devenv: Fix prometheus config so that it scrapes your dev instance like before

* prom1
This commit is contained in:
Torkel Ödegaard 2021-04-01 09:26:16 +02:00 committed by GitHub
parent 71a8579412
commit e499585271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ scrape_configs:
- job_name: 'grafana'
static_configs:
- targets: ['grafana:3000']
- targets: ['localhost:3000']
- job_name: 'prometheus-random-data'
static_configs:

View File

@ -32,7 +32,7 @@ scrape_configs:
- job_name: 'grafana'
static_configs:
- targets: ['grafana:3000']
- targets: ['127.0.0.1:3000']
- job_name: 'prometheus-random-data'
static_configs: