mailru / graphite-nginx-module

An nginx module for collecting stats into Graphite
135 stars 34 forks source link

Can I receive data with some other tool than graphite ? #51

Open remort opened 1 year ago

remort commented 1 year ago

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.

sorc1 commented 1 year ago

https://graphite.readthedocs.io/en/latest/feeding-carbon.html

The module supports the plaintext protocol only (both TCP and UDP).

remort commented 1 year ago

Thank you for the quick answer. I think it is portable enough. Will take a look at this. The question is settled.