-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Riemann exporter #21
Comments
May I suggest https://github.com/mcorbin/riemann-rust-client Or https://github.com/borntyping/rust-riemann_client which looks completed |
Of course you can. Thanks a lot for those hints. I'll try to create some interest in Mathieu's mind about scaphandre so that he gives us some help regarding that feature then :D |
@bpetit, I have made a quick test with the rust-riemann_client and it works fine. By the way I have discovered riemann that I never used before. |
Hi, of course ! Give it a try ! The prom exporter code may be useful about getting metrics from the sensor, but I guess it won't be regarding the way to ship the metrics, as it should be a push mode here instead of a pull one. (Just remember that it's the exporter that asks the sensor to collect and store metrics, so you are in control regarding the periodicity and conditions of metrics storage in the buffers and their usage afterwards.) |
@bpetit, FYI, I made good progress on that topic. Normally, I will be able to send you a PR soon. |
@bpetit, progressing, I'm just missing the processes values now. |
This is great ! Thanks a lot for the great work 😃 |
Please look at #58 |
Done and merged. Thanks a lot @uggla ! |
It's TCP and protocol buffers, should be okay: http://riemann.io/howto.html#write-a-client
The text was updated successfully, but these errors were encountered: