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

Last updated: June 19, 2026

About Views

Create reusable saved views that capture query filters, groupings, and visualizations for quick access to common telemetry investigations.

Views in Dash0 are saved queries that capture filter criteria, groupings, and visualizations for telemetry data. They provide quick access to common investigations and enable teams to share operational context across the organization.

What Are Views?

A view is a reusable configuration that defines:

  • Query filters — attribute conditions that narrow the data set (e.g., severity = ERROR, k8s.namespace.name = production).
  • Groupings — dimensions that organize the results (e.g., service.name, k8s.pod.name).
  • Time ranges — the time window for the query (relative or absolute).
  • Visualizations — how the data is displayed (table, chart, or list).

Once created, a view appears in the navigation and can be opened with one click to immediately see the configured query results.

View Types

Views can be created for different telemetry signal types:

  • Logs — saved log queries and filters for common log investigations (e.g., "Error Logs", "High Latency Requests").
  • Traces — saved trace queries and span filters for distributed tracing analysis (e.g., "Slow Database Queries", "Failed API Calls").
  • Web Events — saved web event queries for real user monitoring (e.g., "Page Load Errors", "Slow Sessions").

Each view type has its own schema and supported filters appropriate for the telemetry signal type.

Creating Views

From an Explorer

  1. Navigate to the Log Explorer, Trace Explorer, or Web Events Explorer.
  2. Configure the filters, groupings, and time range for your investigation.
  3. Click the Save as button in the toolbar.
  4. Provide a name and description for the view.
  5. Click Save.

The view will appear in the navigation under the corresponding signal type.

Sharing Views

Views can be shared across teams for collaborative troubleshooting:

  • Personal views — visible only to you, useful for individual investigations.
  • Shared views — visible to all team members in the dataset, useful for common operational queries.

To share a view:

  1. Navigate to the view in the explorer.
  2. Click the ellipsis (...) in the top right.
  3. Click Share with team.

Shared views appear in the navigation for all team members and can be used as a starting point for further investigation.

Managing Views as Code

Views can be exported as YAML and managed as infrastructure as code using:

  • Dash0 Operator for Kubernetes — define views as Dash0View custom resources.
  • Dash0 Terraform Provider — manage views alongside other Terraform resources.
  • Dash0 CLI — script view operations for automated deployments.

This approach enables version control, automated deployment pipelines, consistent configuration across environments, and code review for view changes.

See the following for details:

Further Reading

  • Export Views — learn how to export views as YAML for version control and deployment.
  • Manage Views as Code — deploy views using the Dash0 Operator for Kubernetes, Terraform Provider, or CLI.