Home / Companies / Groundcover / Blog / April 2022

April 2022 Summaries

2 posts from Groundcover

Filter
Month: Year:
Post Summaries Back to Blog
The traditional approach to application monitoring, which relies on centralized architecture and code instrumentation, was designed for single-tiered monolith applications. However, with the shift to microservices architectures, data volumes have increased dramatically, leading to a trade-off between visibility depth and cost. Most monitoring tools offer random sampling to control data volume, but this can lead to missing interesting requests or storing irrelevant data. In contrast, Groundcover's distributed architecture allows for smart capturing of only relevant data, reducing the visibility depth-cost tradeoff and enabling engineers to focus on what matters most. By leveraging metrics and filtering out unnecessary data, Groundcover provides a more efficient and cost-effective way to monitor applications.
Apr 28, 2022 1,106 words in the original blog post.
APM (Application Performance Monitoring) tools offer end-to-end visibility into application interactions, providing actionable insights and golden signals such as error rates and latency. However, APMs can slow down applications due to auto-instrumentation, which adds code to the original application, creating overhead in terms of response time, CPU, memory, and network usage. Measuring this overhead is challenging, but it's essential to consider its impact on user experience and application performance. To mitigate these effects, developers should carefully evaluate APM tools, monitor their application's overhead under load testing, and consider data aggregation methods to reduce network traffic.
Apr 28, 2022 1,433 words in the original blog post.