Version: Latest-4.1
query_cache_capacityβ
Description: Capacity of query cache.
query_cache_hit_countβ
Unit: Count
Description: Number of query cache hits.
query_cache_hit_ratioβ
Unit: -
Description: Hit ratio of query cache.
query_cache_lookup_countβ
Unit: Count
Description: Total number of query cache lookups.
query_cache_usageβ
Unit: Bytes
Description: Current query cache usages.
query_cache_usage_ratioβ
Unit: -
Description: Current query cache usage ratio.
query_mem_bytesβ
Unit: Bytes
Description: Memory used by queries.
query_scan_bytesβ
Unit: Bytes
Description: Total number of scanned bytes.
query_scan_bytes_per_secondβ
Unit: Bytes/s
Description: Estimated rate of scanned bytes per second.
query_scan_rowsβ
Unit: Count
Description: Total number of scanned rows.
query_spill_trigger_totalβ
Unit: Count
Labels: storage_type
Description: Number of spillable operator instances that triggered at least one spill, broken down by storage backend (local, remote). Incremented once per operator instance at the first flush callback.
query_spill_bytes_write_totalβ
Unit: Bytes
Labels: storage_type
Description: Cumulative payload bytes written by spillable operators to spill storage, broken down by storage backend (local, remote).
query_spill_bytes_read_totalβ
Unit: Bytes
Labels: storage_type
Description: Cumulative payload bytes read back from spill storage during restore, broken down by storage backend.
query_spill_blocks_write_totalβ
Unit: Count
Labels: storage_type
Description: Number of spill blocks allocated for writing, broken down by storage backend. Useful for estimating IO count scale on the write path.
query_spill_blocks_read_totalβ
Unit: Count
Labels: storage_type
Description: Number of spill blocks opened for reading, broken down by storage backend. Useful for estimating IO count scale on the read path.
query_spill_write_io_duration_ns_totalβ
Unit: Nanoseconds
Labels: storage_type
Description: Cumulative wall-clock time spent in write-side spill IO (block append and flush), broken down by storage backend. Useful for tracking write-side spill performance.
query_spill_read_io_duration_ns_totalβ
Unit: Nanoseconds
Labels: storage_type
Description: Cumulative wall-clock time spent in read-side spill IO (block reads during restore), broken down by storage backend. Useful for tracking read-side spill performance.
readable_blocks_total (Deprecated)β
recycle_bin_database_numβ
Unit: Count
Description: Number of databases currently held in the FE catalog recycle bin.
recycle_bin_partition_numβ
Unit: Count
Description: Number of partitions currently held in the FE catalog recycle bin.
recycle_bin_table_numβ
Unit: Count
Description: Number of tables currently held in the FE catalog recycle bin.
resource_group_bigquery_countβ
Unit: Count
Description: Number of queries in each resource group that have triggered the limit for big queries. This is an instantaneous value.
resource_group_concurrency_overflow_countβ
Unit: Count
Description: Number of queries in each resource group that have triggered the concurrency limit. This is an instantaneous value.
resource_group_connector_scan_use_ratio (Deprecated)β
Unit: -
Description: Ratio of external table scan thread time slices used by each resource group to the total used by all resource groups. This is an average value over the time interval between two metric retrievals.
resource_group_cpu_limit_ratioβ
Unit: -
Description: Ratio of the CPU core limit for each resource group to the total CPU core limit for all resource groups. This is an instantaneous value.
resource_group_cpu_use_ratio (Deprecated)β
Unit: -
Description: Ratio of pipeline thread time slices used by each resource group to the total used by all resource groups. This is an average value over the time interval between two metric retrievals.
resource_group_inuse_cpu_coresβ
Unit: Count
Description: Estimated number of CPU cores currently in use by each resource group. This is an average value over the time interval between two metric retrievals.
resource_group_mem_inuse_bytesβ
Unit: Bytes
Description: Currently used memory by each resource group, measured in bytes. This is an instantaneous value.
resource_group_mem_limit_bytesβ
Unit: Bytes
Description: Memory limit for each resource group, measured in bytes. This is an instantaneous value.
resource_group_running_queriesβ
Unit: Count
Description: Number of queries currently running in each resource group. This is an instantaneous value.
resource_group_scan_use_ratio (Deprecated)β
Unit: -
Description: Ratio of internal table scan thread time slices used by each resource group to the total used by all resource groups. This is an average value over the time interval between two metric retrievals.
resource_group_total_queriesβ
Unit: Count
Description: Total number of queries executed in each resource group, including those currently running. This is an instantaneous value.
result_block_queue_countβ
Unit: Count
Description: Number of results in the result block queue.
result_buffer_block_countβ
Unit: Count
Description: Number of blocks in the result buffer.
routine_load_task_countβ
Unit: Count
Description: Number of currently running Routine Load tasks.
rowset_count_generated_and_in_useβ
Unit: Count
Description: Number of rowset IDs currently in use.
Unit: Bytes
Description: Total number of bytes for rowset metadata.
running_base_compaction_task_numβ
Unit: Count
Description: Total number of running base compaction tasks.
running_cumulative_compaction_task_numβ
Unit: Count
Description: Total number of running cumulative compactions.
running_update_compaction_task_numβ
Unit: Count
Description: Total number of currently running Primary Key table compaction tasks.