VOOZH about

URL: https://thenewstack.io/groundcover-ai-observability-agents/

⇱ Groundcover eyes visibility gap in agentic AI monitoring by targeting multi-step workflows - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-04-22 03:00:00
Groundcover eyes visibility gap in agentic AI monitoring by targeting multi-step workflows
Operations

Groundcover eyes visibility gap in agentic AI monitoring by targeting multi-step workflows

groundcover expands AI Observability with agentic AI support, Google Vertex AI integration, and eBPF-powered tracing — no instrumentation required.
Apr 22nd, 2026 3:00am by Adrian Bridgwater
👁 Featued image for: Groundcover eyes visibility gap in agentic AI monitoring by targeting multi-step workflows
Rifky Nur Setyadi

Cloud monitoring specialist Groundcover announced an expansion of its AI Observability service this Wednesday. The move sees the company add native support for agentic AI systems fully compatible with Google Vertex AI, the cloud giant’s platform for building and training machine learning models.

In the quest for clarity and insight into how agentic functions make their decisions, Groundcover positions its technology as a window into how an organization’s application estate uses AI across models, and throughout considerations, including cost, latency, use of prompts, agent behavior, and tool execution. In simple terms, software engineering teams can trace every LLM interaction.

Operating on a BYOC (Bring Your Own Cloud) approach, Groundcover delivers its services within an organization’s on-premises cloud, so all data is processed within the customer’s infrastructure and environment.

A new kind of visibility gap

As organizations now integrate LLMs into production systems, they’re encountering a new kind of visibility gap.

Orr Benjamin, VP of product at Groundcover, tells The New Stack that traditional observability tools were designed for deterministic software, not systems where dynamic prompts drive outputs.

“When you move from traditional services to multi‑step agentic workflows, the classic observability pillars of logs, metrics, and short traces start to break down,” Benjamin says. “Instead of a 20‑hop microservices trace [when a request leaves one service and makes a connection to another], a team might be dealing with a two‑hour session and 50,000 tool calls, so the core challenge becomes reconstructing and summarizing what actually happened in a way that users care about.”

“When you move from traditional services to multi‑step agentic workflows, the classic observability pillars of logs, metrics, and short traces start to break down.” – Orr Benjamin, VP of product at groundcover.

As a result of these challenges, Groundcover says it has seen teams struggle to understand how AI-powered features behave in real-world environments, including what inputs drive outputs, how responses vary, and how usage affects costs. This lack of visibility makes it difficult to ensure reliability, optimize performance, and then scale AI-driven applications.

No instrumentation required 

Since launching LLM Observability in August 2025, Groundcover has been running in production AI environments across its customer base, capturing LLM interactions automatically via its patented eBPF sensor, a lightweight data collection agent that “listens” to all server events at the kernel level without having to be “instrumented” (i.e., coded into existence) before use. Because no instrumentation is required, all data remains inside a customer’s cloud. 

This release from Groundcover aims to address what the company says real-world production deployments have revealed as the next unsolved problem: visibility into multi-step agentic systems.

“Because groundcover captures data at the kernel level with eBPF, below the application layer, it sees what your agent is actually doing, not what the application reports is happening. If a coding agent can inject traces or manipulate logs at the application level, your observability is only as honest as the agent itself,” Benjamin says.

He explains that, crucially, this matters – especially as agents become more autonomous. Because infrastructure context is captured alongside AI behavior, this means that if an agent were to ask, “Why did my cost spike?”, it could provide an answer informed by a complete data context, showing that LLM token costs surged because the underlying Kubernetes node was memory-starved, which throttled the service and drove up retries. 

In terms of new functionalities from Groundcover, AI Observability now surfaces complete agent execution traces. This means that every model call, every tool invocation (along with its arguments i.e. the structured parameters that govern interactions with external tools, APIs or systems), and the reasoning path connecting them. Configurable focus levels let engineers work at the right altitude, from provider-level aggregates down to individual span detail.

Span-level token tracking

Accurate cost attribution includes prompt caching. Token costs are tracked at the span level (when a specific sequence of tokens represents a distinct entity or phrase) and account for the full pricing complexity of modern LLM APIs, correctly distinguishing between regular input tokens, cache creation tokens, and cache read tokens. Teams can see what individual agents run and the sessions actually cost.

As noted above, Google Vertex AI support is also present and that means groundcover’s automatic capture now extends to teams building on Google Cloud’s managed AI infrastructure, with all observability data remaining inside the customer’s own environment, and zero instrumentation.

“A token usage spike that looks like an AI problem might actually be a memory-starved Kubernetes node causing retries.”

Benjamin underlines the developments here and says that the company’s platform has taken care of the way data moves from the monitored environment to the managed backend, i.e., it is designed to keep it contained, reducing network costs by over 95% compared to traditional architectures while ensuring data never transits to an external party. This, he says, is a deliberate architectural choice that makes groundcover’s multi-cloud support genuine, rather than nominal.

The company once again reminds us that groundcover supports AWS, GCP, and Azure because it is genuinely BYOC, whatever the C (cloud) is.

Because the eBPF sensor captures everything at the kernel level, regardless of which LLM provider an application calls, Groundcover delivers observability into reasoning paths, token usage, and response quality without touching code. That kind of answer, connecting LLM behavior to infrastructure telemetry, is only possible when both live in the same platform, on the same timeline, in the same query language… and this is the foundation for why groundcover thinks it has covered observability comprehensively for the multi-step agentic workflow era. 

TRENDING STORIES
Adrian Bridgwater is a technology journalist with three decades of press experience. He has an extensive background in communications, starting in print media, newspapers and also television. Primarily working as an analysis writer dedicated to a software application development ‘beat’,...
Read more from Adrian Bridgwater
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.