Metrics q through r
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.