Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
SiliconANGLE AI · 2026/7/30 01:14:45

Cloud observability startup Groundcover raises $100M in funding
AI 中文解读
云监控初创公司Groundcover宣布完成1亿美元C轮融资,估值达5亿美元,投资方包括摩根士丹利等。这家公司的核心杀手锏是:摆脱了传统监控工具“按数据量收费”的模式,让企业可以放心监控所有系统,哪怕是不重要的内部环境,不用担心成本失控。
传统云监控就像给每个服务器装“计费水表”,数据越多越贵,很多公司只能挑重点系统监控,结果一旦边缘系统出问题,排查起来像“大海捞针”。Groundcover利用Linux系统内核里的一项技术“eBPF”,几分钟就能在云环境中部署一个“超级传感器”,不需要修改任何代码,就能对所有应用、基础设施甚至AI负载进行全量、无遗漏的数据采集,就像给整个云环境装上了“全景摄像头”。收费固定透明,不再按数据多少计费。
这项技术的实际影响很直接:企业能更全面、更省心地监控自己的云服务,减少突发故障和安全漏洞。对普通用户来说,你用的各种APP和网站后台将更稳定,因为即使是一个测试环境的微小异常,运维团队也能第一时间发现并修复,服务体验更有保障。
UPDATED 21:14 EDT / JULY 29 2026
CLOUD
Cloud observability startup Groundcover raises $100M in funding
by
Maria Deutscher
Groundcover Inc., a startup with a platform for monitoring cloud environments, today announced that it has raised $100 million in funding.
One Peak led the Series C round. It was joined by Morgan Stanley, Zeev Ventures, Angular Ventures, Heavybit and Jibe. CTech reported that the deal values Groundcover at $500 million.
Many observability tools charge users based on the amount of telemetry they collect. That pricing model often leads companies to limit the number of workloads they monitor in the interest of lowering costs. For example, a software startup might decide not to monitor a development environment that doesn’t contain any sensitive data.
Troubleshooting an outage without telemetry about the affected workload can be challenging. Furthermore, visibility gaps make it more difficult to spot cyberattacks. According to Groundcover, its observability platform addresses those challenges with a pricing model that isn’t tied to the amount of data users ingest. That makes it possible to collect telemetry from low-priority workloads which would otherwise be too expensive to monitor.
Under the hood, Groundcover collects telemetry using a technology called eBPF. It’s a component of Linux, the operating system that powers most public cloud environments.
The core components of Linux are stored in a module known as the operating system kernel. The kernel plays a role in practically every action that the applications running on top perform. As a result, it possesses detailed data about those applications. Groundcover uses eBPF to collect the observability data that the Linux kernel generates.
Turning the Linux kernel into an observability mechanism requires developers to extend it with custom code. Usually, the task is prohibitively complicated because operating system modifications often lead to reliability and cybersecurity issues. That’s where eBPF comes into the picture. It runs kernel extensions in an isolated sandbox that mitigates common reliability issues.
Groundcover says that its eBPF-powered telemetry collection sensor can be installed in a few minutes. Furthermore, developers don’t have to modify the applications they wish to monitor. Customers can optionally enrich their eBPF data using OpenTelemetry, a popular observability tool that does require code modifications.
“We offer full-fidelity telemetry, unsampled, across infrastructure, applications, and AI workloads, captured by an eBPF sensor with no code changes and no instrumentation,” Groundcover Chief Executive Officer Shahar Azulay (pictured, right, with Chief Technology Officer Yechezkel Rabinovich) wrote in a blog post.
Groundcover’s platform can ingest telemetry data at a rate of several gigabytes per second. It collects logs, metrics and traces. The software organizes the data in a format that makes it simpler to determine which record describes what application.
Some observability platforms keep telemetry in a managed storage environment. By contrast, Groundcover enables customers to keep telemetry in their own public cloud deployments. The company says that its approach improves cybersecurity and creates opportunities to lower costs. In particular, customers can keep new logs in high-performance flash drives and move historical data to less expensive cold storage.
Groundcover says that its platform is used by more than 250 organizations. Several of those customers signed seven-figure deals with the software maker in the past year.
Groundcover will use much of its newly raised funding to accelerate its go-to-market efforts in North America.
分享
阅读原文 ↗