Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Quick-Start for Docker and Configuration #727

Open
belugabehr opened this issue Mar 31, 2022 · 0 comments
Open

Provide Quick-Start for Docker and Configuration #727

belugabehr opened this issue Mar 31, 2022 · 0 comments

Comments

@belugabehr
Copy link

belugabehr commented Mar 31, 2022

I spent more time than I would have liked on quickly deploying a test statsd container for evaluation. For anyone else looking for a quick-start:

Create a New Configuration File

Create a new config.js with a console backend defined:

{
 backends: [ "./backends/console" ]
}

Launch the Conatiner

docker run -p 127.0.0.1:88:8125/udp -v /path/to/my/console/config.js:/usr/src/app/config.js statsd/statsd

Test It Out!

echo "foo:1|c" | nc -u -w0 127.0.0.1 88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant