statsite / statsite

C implementation of statsd
http://statsite.github.io/statsite/
Other
1.82k stars 242 forks source link

Embedded C client/sink library #230

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi statsite team! I've been using statsite for a while now as a central stats aggregation service on an embedded product and in the process have developed a simple C library for processes that has the following capabilities:

Currently my make system compiles this into a simple library, libstatsite that my other processes link to if they want statsite functionality.

Is this something you'd want to include on this repo? If so, how would you recommend we go about getting it in? If not I can put it in its own repo.

johnkeates commented 7 years ago

I think it would be an interesting addition, maybe we could add it to the statsite organisation first, and see how it goes from there.