Hacker News new | ask | show | jobs
by dev_ilter 1405 days ago
So there is almost no performance loss here, that is cool. And your quick start guide also seems nice: https://docs.runsidekick.com/installation/installing-agents/.... I wonder how much memory this agent requires? How often it flushes the collected data?
1 comments

We buffer all the data and send them asynchronously in batch without blocking your code execution, so it would be around 40-50 MB but there are configurations for our buffer thresholds.