I've been thinking of adding logs/metrics to a side project I've been working on. I see tons of APM solutions competing in this space, so I was wondering: what common problems do you guys have with APM solutions currently available?<p>I'm really curious to hear your thoughts.
- coalescing multi-line logs into a single entry (eg. stack traces)<p>- footprint / complexity (setup and operating those solutions can be more complex than your project)<p>- retention (logs become too big, eg when you forget to delete them or when you're being DDoS'd)<p>- data privacy: you have to think about what you log. Blanket log-what-you-can approach is probably illegal and will get you in trouble if you're ever being hacked and those logs leak. Which means you have to think about anonymisation and aggregation early on.