Hacker News new | ask | show | jobs
by carlio 1004 days ago
I use InfluxDB for this, it comes with a frontend UI and you can configure Telefraf as a statsd listener, so the same metric ingestion as datadog pretty much. There are docker containers for these, which I have added to my docker-compose for local dev.

I think it does log ingestion too, I haven't ever used that, I mostly use it just for the metrics and graphing.

2 comments

Do you mind sharing any publicly available examples of this set up on github or somewhere? TIA
That sounds very promising indeed! It might be enough for what I’m after for my projects!