Scraping Metrics in Standalone Hosts
Automatically scrape metrics from processes running on standalone hosts
Example - Scraping Local Service
scrape_configs:
- job_name: scrape-local-service
honor_timestamps: true
honor_labels: true
scrape_interval: 15s
scrape_timeout: 5s
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- localhost:8080Example - Scraping Remote Service
Common Questions
How often are my metrics scraped?
Where can I find scraped metrics?
Last updated
