mattogodoy/omni

Is this system compatible with VictoriaMetrics ?

Closed this issue · 4 comments

I know that there is a practice to write data by Influx protocol into InfluxDB. Also I know that InfluxDB have an issues with high RAM consumption on running device.
Is this system compatible with VictoriaMetrics ?
Because it can be run as simple binary file and as I know it requires less memory and cpu .

I'm sorry to say that it's not compatible with VictoriaMetrics because I'm using InfluxDB's client library to store the information, but I guess you could easily fork this repo and change that part of the code to send the data to any other database. You'll just have to modify the information to a format that VictoriaMetrics could understand and that's it. All of the rest should be the same.

I'm sorry to say that it's not compatible with VictoriaMetrics because I'm using InfluxDB's client library to store the information, but I guess you could easily fork this repo and change that part of the code to send the data to any other database. You'll just have to modify the information to a format that VictoriaMetrics could understand and that's it. All of the rest should be the same.

Thanks for a fast feedback.

I think that it must works without fixes in code base https://victoriametrics.github.io/Single-server-VictoriaMetrics.html#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf .

If you interested to make it compatible with VM I'm ready to help.

Well, in that case it seems like it could work, that's good news!
Sure, if you want to try it out and make a Pull Request I'll happily review it :)