graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.51k stars 490 forks source link

Stream carbon data to different destination #691

Closed RSamal closed 7 years ago

RSamal commented 7 years ago

Hi,

Is there way I can stream metrics data to a different destination like webhook or kafka?

deniszh commented 7 years ago

Hi @RSamal , No, it's currently not supported. Please use e.g. https://github.com/graphite-ng/carbon-relay-ng for streaming metrics to Kafka though.