I need to replace an old stats collector that receives stats from a number of apps, does a bit of aggregation (and maybe sorting), and then sends the processed stats onto influx.
The requirements that I have at the moment are that the application/service should make use of tags and loosely follow the metrics 2.0 format.
The frontend will be implemented in Erlang, but I can always make a small API to deal with small changes.
Apologies if I've used the wrong terminology or don't make sense in some places, I'm still relatively new in most of these areas.