fixed wrong url in readme

This commit is contained in:
Jan Felix Wiebe 2025-07-11 15:07:16 +02:00
parent cb52732b00
commit 0f98bebadd

View file

@ -230,7 +230,7 @@ The metrics endpoint can be scraped by:
scrape_configs:
- job_name: 'tschunkorder'
static_configs:
- targets: ['localhost:8000']
- targets: ['http://url']
metrics_path: '/metrics'
```