X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=prometheus.yml;h=3ce771c985d7bcafd3536f3eaf56152fb8185b4e;hb=efdf8a50e39abf6281979de287495ff57d12e435;hp=dc9a755e01fdc4f2fc2d11e8d3060a751e2c4c8b;hpb=c4de0fdc2da68a4cf80924a71d39f8691f8934dd;p=demos%2Fkafka%2Fmonitoring diff --git a/prometheus.yml b/prometheus.yml index dc9a755..3ce771c 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -1,14 +1,14 @@ global: # How frequently to scrape targets by default. # Default 15s - scrape_interval: 5s + scrape_interval: 1s # How frequently to evaluate rules. # Default 15s - evaluation_interval: 5s + evaluation_interval: 1s # How long until a scrape request times out. # Default to 10s. # Required because cp-demo is using cpu throttling, so let's leave enough time to fetch the metrics in particular for the first time as it needs to compile all rexps - scrape_timeout: 5s + scrape_timeout: 1s rule_files: - "alert.rules"