Skip to content

Commit

Permalink
fix E2E test by setting scrape_interval to 10s
Browse files Browse the repository at this point in the history
Signed-off-by: SagiROosto <[email protected]>
  • Loading branch information
SagiROosto committed Nov 27, 2024
1 parent 88e138c commit 1a5fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
command: |
cat \<< EOF > prometheus.yml
global:
scrape_interval: 1s
scrape_interval: 10s
scrape_configs:
- job_name: pushprox
proxy_url: http://127.0.0.1:8080
Expand Down

0 comments on commit 1a5fba8

Please sign in to comment.