-
Notifications
You must be signed in to change notification settings - Fork 65
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
Graphite format - willing to submit pull request #22
Comments
Here's how I use it, by the way:
And this is a snippet example of the translated graphite line protocol metrics being translated from pgmetrics json via this script, and fed to graphite server via netcat:
|
Yes, a PR for native graphite support is welcome! I suggest starting off by copying func model2graphite(m *pgmetrics.Model, w io.Writer) (err error) {
// ...
} similar to the existing
|
Hey there, love the details with these metrics!
I wrote a NodeJS script to flatten / convert json output into a graphite line protocol ready format here:
https://gist.github.com/JohnnyMarnell/0ab7e95e2994b7960fe7a32667a529df
If I were to start porting it to Go (n00b), would you consider a pull request?
Something like
pgmetrics -f graphite
?The text was updated successfully, but these errors were encountered: