go-carbon
go-carbon copied to clipboard
List of feature comparison to Graphite/Carbon
Hello,
This looks like an interesting project. Can you advise on any feature differences between the golang implementation and Graphite/Carbon please?
Thanks
Old issue and some of this information probably wasn't available at that time but I'll go ahead and take a stab at answering for the benefit of others..
As far as I can tell, most of the major features of python-carbon are supported in go-carbon.
Taken from readme...
- internal metrics w/ ability to set interval
- schemas-file
- aggregation-file
- limit the number of whisper update_many() calls per second
- max cache size
- udp / tcp / pickle listeners
- carbonlink
- sparse file creation
- cache write strategy ( just added to master )
As of version 0.7.2 go-carbon does not support:
- whitelist.conf
- blacklist.conf
- query-bulk
I've made a feature request for those (#64)
EDIT: aggregation-rules.conf also is not supported (#42).
As mentioned in #64 and #42 - just use carbon-c-relay....