-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
allow specifying field name in graphite template #4178
allow specifying field name in graphite template #4178
Conversation
Thanks @roobert -- test failures can be seen here: |
@otoolep - thanks, any comments on my original post? |
…-custom-field Conflicts: services/graphite/parser.go
@otoolep: I think this is ready to be merged, is there anything else I need to do? I've added tests, signed the CLA, and updated the graphite listener This patch doesn't change any existing functionality and doesn't modify the default behaviour of the graphite listener. We've been running this in production for 4 days and all seems good so far with ~40,000 points a second. |
cc @jwilder |
Looks good @roobert! 👍 |
@sparrc - you seem to be working on the graphite parser, is this something you could look into merging? Cheers, |
@roobert, looks good, thank you, I can merge this |
+1, thanks @roobert |
👍 thanks for this! |
Initial attempt at implementing this: #4176
I'd like some feedback on how this should be implemented, primarily:
field
tags be allowed, in the same way as themeasurement
tag is?mytag.measurement*.field
field*
be implementedI also obviously need to add some tests but thought I'd try and get a discussion going on implementation first..