-
Notifications
You must be signed in to change notification settings - Fork 26
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
Internal Metrics Channel #82
Conversation
The metchan feature is enabled by specifying |
There is extensive GoDoc code that explains how to use this new feature from a developer's perspective. |
This code uses its own HTTP client and is orthogonal to the librato outlet that user traffic flows though. Basically, metchan is completely isolated from normal l2met operations. |
Going to add a few integration tests tomorrow. |
I have started documenting the areas of the system which metchan is now monitoring. The docs are found in the wiki: https://github.com/ryandotsmith/l2met/wiki/Administration#monitoring |
Internal Metrics Channel (a.k.a. Metchan)
In regards to #81, this is an implementation of an internal metrics channel. The interface looks like this:
This will buffer and send a complex measurement to Librato's API.