We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f016639 commit 4d127c5Copy full SHA for 4d127c5
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
command: |
24
cat \<< EOF > prometheus.yml
25
global:
26
- scrape_interval: 1s
+ scrape_interval: 10s
27
scrape_configs:
28
- job_name: pushprox
29
proxy_url: http://127.0.0.1:8080
end-to-end-test.sh
@@ -29,7 +29,7 @@ while ! curl -s -f -L http://localhost:8080/clients; do
sleep 2
30
done
31
32
-./pushprox-client --log.level=debug --proxy-url=http://localhost:8080 &
+./pushprox-client --log.level=debug --proxy-url=http://localhost:8080 --fqdn $(hostname) &
33
echo $! > "${tmpdir}/client.pid"
34
while [ "$(curl -s -L 'http://localhost:8080/clients' | jq 'length')" != '1' ] ; do
35
echo 'Waiting for client'
0 commit comments