graphite-nginx-module
graphite-nginx-module copied to clipboard
Can I receive data with some other tool than graphite ?
What's the protocol of sending data over TCP to the specified host in the graphite_config directive ? What if I implement my own TCP server to receive the stats data from this module ? Thanks in advance.
https://graphite.readthedocs.io/en/latest/feeding-carbon.html
The module supports the plaintext protocol only (both TCP and UDP).
Thank you for the quick answer. I think it is portable enough. Will take a look at this. The question is settled.