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 c62e209 commit 6a8f266Copy full SHA for 6a8f266
Makefile
@@ -62,6 +62,10 @@ clean:
62
rm -rf ./bin
63
go clean
64
65
+# Install binary locally
66
+install:
67
+ cp $(CURDIR)/bin/statsd-http-proxy /usr/local/bin
68
+
69
# run statsd proxy in http mode
70
run-http:
71
GOMAXPROCS=1 go run main.go --verbose --http-host=127.0.0.1 --http-port=8080 --statsd-host=127.0.0.1 --statsd-port=8125 --jwt-secret=somesecret --metric-prefix=prefix.subprefix
0 commit comments