August 2025 Summaries
2 posts from Groundcover
Filter
Month:
Year:
Post Summaries
Back to Blog
In the blog post, Aviv Zohari explores the challenges developers face in effectively monitoring code, highlighting the irony that the most scrutinized parts of code, often monitored thoroughly, tend to be robust, while overlooked areas can fail silently due to insufficient attention. Zohari discusses the concept of "unknown unknowns" in system behavior, emphasizing the need for comprehensive monitoring to capture unexpected failures, which traditional methods often miss. The article introduces eBPF as a tool to achieve kernel-level observability without performance overhead, allowing developers to monitor every aspect of their systems. It also presents the Bring Your Own Cloud (BYOC) approach to mitigate the financial burden of storing massive amounts of monitoring data, advocating for storing data in proprietary cloud infrastructure to reduce costs. The piece concludes by promoting the groundcover platform, which uses eBPF for wide monitoring coverage, helping developers anticipate and respond to system anomalies without predicting specific failure points in advance.
Aug 20, 2025
1,167 words in the original blog post.
Large Language Models (LLMs) have quickly become integral to modern software applications, enhancing capabilities across industries by providing AI-driven functionalities such as customer support and code generation. While these advancements offer significant business value, they also introduce complexities and risks, including performance volatility, cost unpredictability, quality drift, and security concerns. Traditional Application Performance Monitoring (APM) methods, which rely on heavy instrumentation, are inadequate for the dynamic nature of LLMs. In response, groundcover has developed a zero-instrumentation observability solution using eBPF technology, allowing organizations to monitor LLM interactions without code changes, ensuring security and compliance by keeping all data within the organization's cloud environment. This approach provides comprehensive insights into token usage, latency, and error patterns, helping teams optimize performance and manage costs effectively.
Aug 18, 2025
1,603 words in the original blog post.