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

Contains the instrumentation points using LLVM’s XRay feature. Availability system.instrumentation is present only in ClickHouse builds compiled with LLVM XRay support (USE_XRAY). On builds without it, the table does not exist and queries against it will fail with UNKNOWN_TABLE. You can check whether your build has it enabled with:

Columns

Example

See Also

Last modified on September 11, 2026