2022-01-15 13:12:49 -05:00
|
|
|
---
|
2017-06-02 16:22:53 +02:00
|
|
|
global:
|
2022-01-15 13:12:49 -05:00
|
|
|
scrape_interval: "5s"
|
|
|
|
evaluation_interval: "5s"
|
2017-06-02 16:22:53 +02:00
|
|
|
|
|
|
|
# A scrape configuration containing exactly one endpoint to scrape:
|
|
|
|
scrape_configs:
|
|
|
|
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
|
2022-01-15 13:12:49 -05:00
|
|
|
- job_name: "local-chihaya" # you can name this however you want
|
|
|
|
scrape_interval: "5s" # optionally override the global scrape_interval
|
2017-06-02 16:22:53 +02:00
|
|
|
static_configs:
|
2022-01-15 13:12:49 -05:00
|
|
|
- targets: ["localhost:6881"] # provide the address of chihaya's prometheus endpoint
|