InfluxDB::Writer::FileTailer
- Uses
IO::Async
to watch a directory for *.stats files
- Tails all those files
- Maybe munges the stats a bit (to add some tags like
server
, datacenter
, etc)
- And sends the lines to InfluxDB
- using
Hijk
, the fast & minimal low-level HTTP client