We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b05e02 commit 763e5d7Copy full SHA for 763e5d7
.gitignore
@@ -4,7 +4,9 @@
4
*.dll
5
*.so
6
*.dylib
7
+cloudflare-exporter
8
cloudflare_exporter
9
+dist/
10
11
# Test binary, built with `go test -c`
12
*.test
run_e2e.sh
@@ -13,6 +13,7 @@ sleep 5
13
14
# Get metrics
15
curl -s -o /tmp/cloudflare_exporter_test_output http://${baseUrl}${metricsPath}
16
+sleep 3
17
18
# Run Tests
19
venom run tests/basic_tests.yml
0 commit comments