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

Last updated: April 16, 2026

Use Query Templates

Dash0 SQL includes a library of built-in query templates organized by signal type. Each template is a ready-to-run query covering a common observability task.

Dash0 SQL editor

Templates are grouped into three categories, each accessible from the Templates dropdown:

CategoryExample templates
LoggingSample Logs, Logs by Severity, Logs with trace correlation, Logs per Service, Error Logs per Service
TracingAvailable via the Tracing sub-menu
Web EventsAvailable via the Web Events sub-menu

A Describe table template is also available at the top level for schema discovery.

Load and Run a Template

  1. Click Templates in the top-right of the editor panel.
  2. Select a category, then choose a template.
  3. The template loads into the editor.
  4. Click Execute to run it as-is, or edit it before running.

Templates are read-only. Any edits you make apply only to your local copy in the editor.

Further Reading