Sample Header Ad - 728x90

Should I use prometheus or influxdb

3 votes
1 answer
975 views
I know this has been asked a lot of times and I've checked almost all of the links out there but just want to have a third-party opinion on our use case. So I'm working for an IOT company and we already have prometheus installed on our servers. Primarily we use prometheus to monitor the server and app's health and some sensor-related data. Now we have a new feature where we need to save the data when an IOT device changes location. I did a bit of reading on prometheus and read about a line on their comparison page: https://prometheus.io/docs/introduction/comparison/#prometheus-vs-influxdb > Where InfluxDB is better: > > - If you're doing event logging. > - Commercial option offers clustering for InfluxDB, which is also better for long term data storage. > - Eventually consistent view of data between replicas. So did a bit of reading about influxdb and it seems the right tool for our use case. Was wondering if we can just continue using prometheus as our time-series database rather than adding another tool which we need to maintain in the future. Or does it make sense to use a proper time-series database not just for monitoring (as I believe what the original intention of creating prometheus was).
Asked by mateeyow (179 rep)
Mar 19, 2020, 04:39 AM
Last activity: Apr 28, 2020, 07:49 PM