Skip to content

Commit

Permalink
Prombench: slow scraping from 5s to 15s
Browse files Browse the repository at this point in the history
More realistic for end-user workloads; less expensive in cloud resources.

Signed-off-by: Bryan Boreham <[email protected]>
  • Loading branch information
bboreham committed Nov 27, 2024
1 parent aca1803 commit 8b1c045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prombench/manifests/cluster-infra/3b_prometheus-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
data:
prometheus.yaml: |
global:
scrape_interval: 5s
scrape_interval: 15s
rule_files:
- /etc/prometheus/alerts/*.yml
Expand Down

0 comments on commit 8b1c045

Please sign in to comment.