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

Pluggable servers/backends #4

Open
rgarcia opened this issue Oct 30, 2014 · 1 comment
Open

Pluggable servers/backends #4

rgarcia opened this issue Oct 30, 2014 · 1 comment

Comments

@rgarcia
Copy link

rgarcia commented Oct 30, 2014

Our problem: we'd like an easy way to test new metrics via the command line, e.g. run <some command that outputs metrics> | <some statsd-like program> and have metrics flushed to stdout periodically.

In statsd terms I think what we want is a stdin "server" and a stdout "backend", packaged as a nice command-line tool.

Are pluggable servers/backends something you want in gostatsd? Or would the suggested approach be to write a tool that uses gostatsd as a library (specifically MetricAggregator) and gives it input via stdin and flushes its output to stdout?

@kisielk
Copy link
Owner

kisielk commented Oct 30, 2014

I certainly think a modular front-end / back-end would be nice to have.

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

2 participants