Skip to main content

Description

Contains queries used by /dashboard page accessible though HTTP interface. This table can be useful for monitoring and troubleshooting. The table contains a row for every chart in a dashboard.
/dashboard page can render queries not only from system.dashboards, but from any table with the same schema. This can be useful to create custom dashboards.
Built-in dashboard charts read from system.metric_log and system.asynchronous_metric_log. Enable both logs in the server configuration using metric_log and asynchronous_metric_log to populate all of these charts.

Columns

  • dashboard (String) — The dashboard name.
  • title (String) — The title of a chart.
  • query (String) — The query to obtain data to be displayed.

Example

Last modified on August 3, 2026