I'm new to node red, I'm working on a project where I get data from an api, do some filtering with a function. Now i'd like to save it to graphite. I installed the graphite plugin but the data is rejected. I know it's being rejected because the format is incorrect. I've been searching all day looking for examples but it seems as though everyone use influx db. In my case I don't wish to use influx, I have a lot of work flows that use graphite and i'd like to keep using graphite as my tsdb. I should mention that i'm pretty lousy at javascript. Has anyone ever done something like this before?
Hi @wolfman2g1
Tell us which node you are using (probably node-red-contrib-something). Also feed the data you are sending it into a debug node set to show the complete message and post the result here.
Are you getting a particular error?
Now I am confused, I thought you were using node-red to write to graphite. If that is the case how are you doing that? I assumed you were using a contrib node but possibly that is not the case. In which case please give us full details of how you are trying to write to graphite.
And it doesn't give many clues on how to use it.
I notice that it uses UDP, is that normal for graphite? It seems a bit odd as I think with UDP you can't know whether your packets get there or not.