| If I have a regret in my observability stack I think it’s got to be influxdb. I bought in to the TICK stack and planned on using an enterprise support contract when going to production, but every interaction with InfluxData the company has felt a bit sleazy. Trying to push very hard to the cloud offering for example. That’s bad enough, but the documentation and observability of the database is quite poor, and it’s trivially easy to “vanish” all your data and lock your instance up for hours or days by changing the retention policy of a database. (Not making it much different). Now of course it’s not TICK at all. More like “TI” as kapacitor and chonograph (dashboarding and alerting respectively) are deprecated products and rolled in to the main offering. Added to that they completely changed the query language. I have to say; pick something better if you can. TimescaleDB or Prometheus (which uses openTSDB) are promising. |
There's a plugin for Telegraf that looks promising, but it hasn't been merged yet.
Is anyone else using TimescaleDB? If so, what do you use to push monitoring data to it?