Observability spent most of the past decade as a post-production discipline, catching outages and cutting the time engineers need to find a root cause. That focus is shifting as agentic AI systems move into the software development lifecycle, pulling production context earlier into coding, testing, and deployment work.
That shift is helping to fuel growing demand for observability vendor Groundcover, which this week announced a $100 million Series C round.
Groundcover builds observability technology on the open-source eBPF and OpenTelemetry technologies. Founded in 2021, the company raised $35 million in a Series B round in April 2025 and has spent the time since extending that foundation to cover AI agents and the tools those agents call in production.
“I think what is happening to observability right now is fascinating,” Groundcover CEO and co-founder Shahar Azulay told Network World.
eBPF, short for extended Berkeley Packet Filter, is a Linux kernel technology that lets code run safely inside the kernel without a custom kernel module. It has long been used for network monitoring. Groundcover uses eBPF to watch application and infrastructure activity without requiring a developer to instrument each service by hand.
That approach removes a step most observability vendors still require. “You didn’t have to have the developer instrument an SDK, change their code base, and so on,” Azulay explained.
The same property is becoming useful for a different reason now. Engineering teams are adopting new AI tools fast enough that they lose track of what is actually running in their own environment, Azulay said. He compared the gap to the visibility problems teams dealt with roughly a decade ago, before observability tooling matured. eBPF operates below the application layer rather than depending on code a developer wrote, so Groundcover can still see workflows nobody thought to instrument.
“eBPF is kind of that security net of even if you didn’t instrument, even if you’re not in full control, you’re gonna know which agentic workflows are running in production, which models are using, which vendors they’re using, and so on,” Azulay said.
Distributed tracing follows a request as it moves across services so engineers can see where time is spent and where something broke. It has always relied on a predictable number of hops, the kind of path an engineer could trace by hand, such as a cache calling a database.
Azulay said that assumption breaks down once agents enter the picture, since a single agent session can generate a large number of tool calls and internal model calls with no fixed pattern. “With LLMs and agentic workflows, this is becoming very complicated,” Azulay said.
Teams now also track token usage and hallucination rates alongside latency and error rate, Azulay said. Traces can contain a customer’s actual prompt instead of only structured request data, which raises privacy questions. He does not consider the result a variant of application performance monitoring. “It’s not going to be the same product,” he said. “AI observability is not exactly APM.”
Azulay tied that shift back to Groundcover’s own architecture. Because the platform stores telemetry inside the customer’s own cloud environment rather than a shared vendor backend, he said it is built to hold the larger, more sensitive telemetry volumes agentic workloads produce without shipping that data to a third party.
“I think people are expected to save more telemetry, and save more telemetry more privately,” Azulay said.
Groundcover isn’t just optimizing its platform for the needs of modern agentic AI activity. The company is also using AI to improve user experience.
Agent Mode is Groundcover’s built-in AI assistant for engineers, letting them ask questions about their systems, build dashboards, and troubleshoot problems in logs and traces without writing queries by hand. Groundcover has also built a Model Context Protocol (MCP) integration that connects Agent Mode to coding agents and workflow tools including Linear, letting engineers and AI systems pass context back and forth during an incident.
Azulay said adoption of MCP integration has moved faster than the company expected. Customers use the integration differently depending on how far along they are in adopting AI tools, according to Azulay. Some ask questions through it instead of opening the Groundcover dashboard, while others use it to write a fix directly. He framed the pattern as an industry trend rather than a product win specific to Groundcover.
“People are basically starting to build their autonomous software development structure,” he said.