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

Resolves #327 PoC raw_statsd #328

Closed
wants to merge 3 commits into from
Closed

Conversation

drawks
Copy link

@drawks drawks commented Aug 3, 2017

This is purely a proof of concept that demonstrates what is being discussed in #327 client code is cribbed directly from github.com/etsy/statsd/examples/go and could be further reduced and cleaned up.

* adds new metric sink `raw_statsd` uses same config as `statsd`
* new sink sends singl raw events directly to statsd server without any
  preaggreation or rollup.
* TODO - use more featureful/performant statsd client implementation such as
  https://github.com/alexcesaro/statsd or https://github.com/quipo/statsd
  which implement features such as optional buffering.
@CLAassistant
Copy link

CLAassistant commented Aug 3, 2017

CLA assistant check
All committers have signed the CLA.

@drawks
Copy link
Author

drawks commented Aug 10, 2017

Closing this in favor of work being done in #329

@drawks drawks closed this Aug 10, 2017
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

Successfully merging this pull request may close these issues.

2 participants