go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
803 stars 123 forks source link

List of feature comparison to Graphite/Carbon #29

Open cfortier2 opened 8 years ago

cfortier2 commented 8 years ago

Hello,

This looks like an interesting project. Can you advise on any feature differences between the golang implementation and Graphite/Carbon please?

Thanks

druchoo commented 8 years ago

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...

As of version 0.7.2 go-carbon does not support:

I've made a feature request for those (#64)

EDIT: aggregation-rules.conf also is not supported (#42).

bzed commented 7 years ago

As mentioned in #64 and #42 - just use carbon-c-relay....