Metrics i through p
note
Metrics for materialized views and shared-data clusters are detailed in the corresponding sections:
- Metrics for asynchronous materialized view metrics
- Metrics for Shared-data Dashboard metrics, and Starlet Dashboard metrics
For more information on how to build a monitoring service for your StarRocks cluster, see Monitor and Alert.
iceberg_compaction_duration_ms_totalβ
- Unit: Millisecond
- Type: Cumulative
- Labels:
compaction_type(manualorauto) - Description: Total time spent running Iceberg compaction tasks.
iceberg_compaction_input_files_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
compaction_type(manualorauto) - Description: Total number of data files read by Iceberg compaction tasks.
iceberg_compaction_output_files_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
compaction_type(manualorauto) - Description: Total number of data files produced by Iceberg compaction tasks.
iceberg_compaction_removed_delete_files_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
compaction_type(manualorauto) - Description: Total number of delete files removed by Iceberg manual compaction tasks.
iceberg_compaction_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
compaction_type(manualorauto) - Description: Total number of Iceberg compaction (
rewrite_data_files) tasks.
iceberg_delete_bytesβ
- Unit: Bytes
- Type: Cumulative
- Labels:
delete_type(positionormetadata) - Description: Total deleted bytes from Iceberg
DELETEtasks. Formetadatadelete, this represents the size of deleted data files. Forpositiondelete, this represents the size of position delete files created.
iceberg_delete_duration_ms_totalβ
- Unit: Millisecond
- Type: Cumulative
- Labels:
delete_type(positionormetadata) - Description: Total execution time of Iceberg
DELETEtasks in milliseconds. The duration of each task is added after it ends.delete_typedistinguishes between two delete methods.
iceberg_delete_rowsβ
- Unit: Rows
- Type: Cumulative
- Labels:
delete_type(positionormetadata) - Description: Total deleted rows from Iceberg
DELETEtasks. Formetadatadelete, this represents the number of rows in deleted data files. Forpositiondelete, this represents the number of position deletes created.
iceberg_delete_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
status(successorfailed)reason(none,timeout,oom,access_denied,unknown)delete_type(positionormetadata)
- Description: Total number of
DELETEtasks that target Iceberg tables. The metric is incremented by 1 after each task ends, regardless of success or failure.delete_typedistinguishes between two delete methods:position(generates position delete files) andmetadata(metadata-level delete).
iceberg_metadata_table_query_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
metadata_table(refs,history,metadata_log_entries,snapshots,manifests,files,partitions, orproperties) - Description: Total number of SQL queries that access Iceberg metadata tables. Each query is counted under the
metadata_tablelabel that identifies the metadata table being accessed.
iceberg_time_travel_query_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
time_travel_type(branch,tag,snapshot, ortimestamp) for the categorized series. - Description: Total number of Iceberg time travel queries. The unlabeled series counts each time travel query once. The labeled series count each distinct time travel type used by the query.
snapshotmeansFOR VERSION AS OF <snapshot_id>,branchandtagmeanFOR VERSION AS OF <reference_name>, andtimestampmeansFOR TIMESTAMP AS OF ....
iceberg_write_bytesβ
- Unit: Bytes
- Type: Cumulative
- Labels:
write_type(insert,overwrite, orctas) - Description: Total written bytes from Iceberg write tasks (
INSERT,INSERT OVERWRITE,CTAS). This represents the total size of data files written to the Iceberg table.write_typedistinguishes between the operation types.
iceberg_write_duration_ms_totalβ
- Unit: Millisecond
- Type: Cumulative
- Labels:
write_type(insert,overwrite, orctas) - Description: Total execution time of Iceberg write tasks (
INSERT,INSERT OVERWRITE,CTAS) in milliseconds. The duration of each task is added after it ends.write_typedistinguishes between the operation types.
iceberg_write_filesβ
- Unit: Count
- Type: Cumulative
- Labels:
write_type(insert,overwrite, orctas) - Description: Total number of data files written to Iceberg from write tasks (
INSERT,INSERT OVERWRITE,CTAS). This represents the count of data files written to the Iceberg table.write_typedistinguishes between the operation types.
iceberg_write_rowsβ
- Unit: Rows
- Type: Cumulative
- Labels:
write_type(insert,overwrite, orctas) - Description: Total written rows from Iceberg write tasks (
INSERT,INSERT OVERWRITE,CTAS). This represents the number of rows written to the Iceberg table.write_typedistinguishes between the operation types.
iceberg_write_totalβ
- Unit: Count
- Type: Cumulative
- Labels:
status(successorfailed)reason(none,timeout,oom,access_denied,unknown)write_type(insert,overwrite, orctas)
- Description: Total number of
INSERT,INSERT OVERWRITE, orCTAStasks that target Iceberg tables. The metric is incremented by 1 after each task ends, regardless of success or failure.write_typedistinguishes between the operation types.
int128_column_pool_bytesβ
- Unit: Bytes
- Description: Memory used by the INT128 column pool.
int16_column_pool_bytesβ
- Unit: Bytes
- Description: Memory used by the INT16 column pool.
int32_column_pool_bytesβ
- Unit: Bytes
- Description: Memory used by the INT32 column pool.
int64_column_pool_bytesβ
- Unit: Bytes
- Description: Memory used by the INT64 column pool.
int8_column_pool_bytesβ
- Unit: Bytes
- Description: Memory used by the INT8 column pool.
jemalloc_active_bytesβ
- Unit: Bytes
- Description: Total bytes in active pages allocated by the application.
jemalloc_allocated_bytesβ
- Unit: Bytes
- Description: Total number of bytes allocated by the application.
jemalloc_mapped_bytesβ
- Unit: Bytes
- Description: Total number of bytes in active extents mapped by the allocator.
jemalloc_metadata_bytesβ
- Unit: Bytes
- Description: Total number of bytes dedicated to metadata, comprising base allocations used for bootstrap-sensitive allocator metadata structures and internal allocations. The usage of transparent huge pages is not included in this item.
jemalloc_metadata_thpβ
- Unit: Count
- Description: Number of Transparent Huge Pages used for metadata.
jemalloc_resident_bytesβ
- Unit: Bytes
- Description: Maximum number of bytes in physically resident data pages mapped by the allocator, comprising all pages dedicated to allocator metadata, pages backing active allocations, and unused dirty pages.
jemalloc_retained_bytesβ
- Unit: Bytes
- Description: Total bytes of virtual memory mappings that were retained rather than returned to the operating system via operations like munmap(2).
jit_cache_mem_bytesβ
- Unit: Bytes
- Description: Memory used by jit compiled function cache.
lake_compaction_failedβ
- Unit: Count
- Description: Counter of failed lake compaction jobs.
lake_compaction_partial_successβ
- Unit: Count
- Description: Counter of partially successful lake compaction jobs.