Dash0 Raises $110M Series B at $1B Valuation

Last updated: May 31, 2026

Asset Creation

Turn findings and natural-language requests into production artifacts.

Agent0 turns findings and natural-language requests into production artifacts: alerts, dashboards, PRs, and infrastructure-as-code. Agent0 creates assets from natural-language descriptions or from investigation findings.

Tip

Every asset Agent0 creates is verified against your live data before emission. Dashboards are not created against queries that don't resolve. Alerts are not created against metrics that don't exist. If validation fails, Agent0 reports the failure with details rather than emitting a broken artifact.

Alerts

  • From natural language: "Alert me when p99 latency on checkout exceeds 500ms for two minutes."
  • From investigation findings: at the end of an RCA, Agent0 offers to create the alert that should have caught the issue.
  • From telemetry patterns: Agent0 identifies services with patterns of failure that have no alert coverage and proposes calibrated check rules.

Create Check Rule

When the Create check rule button is clicked, the draft check rule is created, ready to be saved and used.

Create Check Rule

Dashboards

Agent0 creates Perses dashboards based on your actual telemetry. It validates that the underlying PromQL queries return real data before creating the dashboard, so no broken panels are emitted.

Create Dashboard

When the View dashboard button is clicked, the draft dashboard is created, ready to be saved and used.

Create Dashboard

Context

Works across all Dash0 features, helping you surface hidden patterns and manage any investigation or create alerts or dashboards.

Keeps your context

IaC generation

When alerts or dashboards are created through Agent0, it can generate the corresponding Terraform and raise it as a pull request to your infrastructure repository, keeping your observability configuration in code.

iac

Pull requests

When Agent0 identifies a code-level fix, ask it to raise a pull request in GitHub. It generates the change, a description of the issue, and the evidence from the investigation. The PR is reviewable like any other change.

Agent0 reviews a service's OpenTelemetry configuration against established patterns: service names, resource attributes, span conventions, log and trace correlation identifiers. It identifies gaps and generates the instrumentation code or configuration to close them, raised as a pull request.

Pull requests

Further Reading