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 07f821f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
data:
prometheus.yml: |
global:
scrape_interval: 5s
scrape_interval: 15s
scrape_configs:
- job_name: kubelets
Expand Down

0 comments on commit 07f821f

Please sign in to comment.