Skip to content

Commit 1a5fba8

Browse files
committed
fix E2E test by setting scrape_interval to 10s
Signed-off-by: SagiROosto <sagi.rosenthal@oosto.com>
1 parent 88e138c commit 1a5fba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: |
2424
cat \<< EOF > prometheus.yml
2525
global:
26-
scrape_interval: 1s
26+
scrape_interval: 10s
2727
scrape_configs:
2828
- job_name: pushprox
2929
proxy_url: http://127.0.0.1:8080

0 commit comments

Comments
 (0)