fixed wrong url in readme
This commit is contained in:
parent
cb52732b00
commit
0f98bebadd
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ The metrics endpoint can be scraped by:
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'tschunkorder'
|
- job_name: 'tschunkorder'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:8000']
|
- targets: ['http://url']
|
||||||
metrics_path: '/metrics'
|
metrics_path: '/metrics'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue