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

Last updated: July 9, 2026

About Managing as Code

Overview of managing dashboards as infrastructure as code using version control and automation.

Dashboards can be managed as infrastructure as code, allowing you to version control, automate deployment, and maintain consistency across environments. This approach enables code review for visualization changes and collaborative dashboard development.

Tip

Agent0 can generate infrastructure-as-code configurations for dashboards and check rules. After creating assets with Agent0, request the corresponding Terraform or Kubernetes configuration to manage your observability as code. See Asset Creation for details.

Available Tools

Dash0 provides three infrastructure as code tools for managing dashboards:

  • Dash0 Operator for Kubernetes — Define dashboards as PersesDashboard custom resources that sync automatically to Dash0.
  • Dash0 Terraform Provider (on the Terraform and OpenTofu registries) — Manage dashboards in Terraform configurations alongside other infrastructure using the dash0_dashboard resource.
  • Dash0 CLI — Script dashboard operations for batch deployments and automation.

All tools support creating, updating, and deleting dashboards. The same infrastructure-as-code approach applies to views, check rules, notification channels, synthetic checks, and spam filters.

Further Reading