Skip to main content
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

This table contains histogram metrics that can be calculated instantly and exported in the Prometheus format. It is always up to date. Replaces the deprecated system.latency_log.

Columns

Aliases:
  • name — Alias for metric.

Example

You can use a query like this to export all the histogram metrics in the Prometheus format.

Metric descriptions

See Also

Last modified on July 12, 2026