diff --git a/README.md b/README.md index 43083c8..21ee3ff 100644 --- a/README.md +++ b/README.md @@ -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' ```