Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Querying in ClickHouse CloudThe data in this system table is held locally on each node in ClickHouse Cloud. Obtaining a complete view of all data, therefore, requires the
clusterAllReplicas function. See here for further details.Description
Contains the historical values forsystem.asynchronous_metrics, which are saved once per time interval (one second by default). Enabled by default.
Columns
hostname(LowCardinality(String)) — Hostname of the server executing the query.event_date(Date) — Event date.event_time(DateTime) — Event time.metric(String) — Metric name.value(Float64) — Metric value.
Example
- asynchronous_metric_log setting — Enabling and disabling the setting.
- system.asynchronous_metrics — Contains metrics, calculated periodically in the background.
- system.metric_log — Contains history of metrics values from tables
system.metricsandsystem.events, periodically flushed to disk.