Monitoring Metrics for Shared-data Clusters
StarRocks provides two Dashboard templates for shared-data clusters:
Shared-data Dashboardβ
Shared-data Dashboard includes the following categories of monitoring metrics:
Publish Versionβ
Latency / QPSβ
- Description: Quantile latency, average latency, and QPS of Public Version tasks.
Queued Tasksβ
- Description: The number of Public Version tasks in the queue.
Metadataβ
Get Tablet Metadataβ
- Description: Quantile latency, average latency, and QPS of Get Tablet Metadata tasks.
Put Tablet Metadataβ
- Description: Quantile latency, average latency, and QPS of Put Tablet Metadata tasks.
Get Txn Logβ
- Description: Quantile latency, average latency, and QPS of Get Txn Log tasks.
Put Txn Logβ
- Description: Quantile latency, average latency, and QPS of Put Txn Log tasks.
Metacacheβ
Metacache Usageβ
- Description: Metacache utilization rate.
Delvec Cache Miss Per Minuteβ
- Description: Number of cache misses in Delvec Cache per minute.
Metadata Cache Miss Per Minuteβ
- Description: Number of cache misses in Metadata Cache per minute.
Txn Log Cache Miss Per Minuteβ
- Description: Number of cache misses in Txn Log Cache per minute.
Segment Cache Miss Per Minuteβ
- Description: Number of cache misses in Segment Cache per minute.
Vacuumβ
Vacuum Deletesβ
- Description: Quantile latency, average latency, and QPS of Vacuum Deletes tasks.
Errorsβ
- Description: Number of failed Vacuum Deletes operations.
Loadingβ
Queue Sizeβ
- Description: Queue size of BE Async Delta Writer.
Starlet Dashboardβ
Starlet Dashboard includes the following categories of monitoring metrics:
FSLIB READ IO METRICSβ
fslib read io_latency (quantile)β
- Type: Histogram
- Description: Quantile latency for S3 reads.
fslib read io_latency (average)β
- Type: Counter
- Description: Average latency for S3 reads.
fslib total read dataβ
- Type: Counter
- Description: Total data size for S3 reads.
fslib read iosize (quantile)β
- Type: Histogram
- Description: Quantile I/O size for S3 reads.
fslib read iosize (average)β
- Type: Counter
- Description: Average I/O size for S3 reads.
fslib read throughputβ
- Type: Counter
- Description: I/O throughput per second for S3 reads.
fslib read iopsβ
- Type: Counter
- Description: Number of I/O operations per second for S3 reads.
FSLIB WRITE IO METRICSβ
fslib write io_latency (quantile)β
- Type: Histogram
- Description: Quantile latency for application writes. Please note that this value may appear lower because this metric monitors only data written to the buffer.
fslib write io_latency (average)β
- Type: Counter
- Description: Average latency for application writes. Please note that this value may appear lower because this metric monitors only data written to the buffer.
fslib total write dataβ
- Type: Counter
- Description: Total data size for application writes.
fslib write iosize (quantile)β
- Type: Histogram
- Description: Quantile I/O size for application writes.
fslib write iosize (average)β
- Type: Counter
- Description: Average I/O size for application writes.
fslib write throughputβ
- Type: Counter
- Description: I/O throughput per second for application writes.
S3 IO METRICSβ
fslib s3 single upload iopsβ
- Type: Counter
- Description: Number of invocations per second for S3 Put Object.
fslib s3 single upload iosize (quantile)β
- Type: Histogram
- Description: Quantile I/O size for S3 Put Object.
fslib s3 single upload latency (quantile)β
- Type: Histogram
- Description: Quantile latency for S3 Put Object.
fslib s3 multi upload iopsβ
- Type: Counter
- Description: Number of invocations per second for S3 Multi Upload Object.
fslib s3 multi upload iosize (quantile)β
- Type: Histogram
- Description: Quantile I/O size for S3 Multi Upload Object.
fslib s3 multi upload latency (quantile)β
- Type: Histogram
- Description: Quantile latency for S3 Multi Upload Object.
fslib s3 complete multi upload latency (quantile)β
- Type: Histogram
- Description: Quantile latency for S3 Complete Multi Upload Object.
FSLIB CACHE METRICSβ
fslib cache hit ratioβ
- Type: Counter
- Description: Cache hit ratio.
fslib cache hits/missesβ
- Type: Counter
- Description: Number of cache hits/misses per second.
FSLIB FS METRICSβ
fslib alive fs instances countβ
- Type: Gauge
- Description: Number of file system instances that are alive.
fslib open filesβ
- Type: Counter
- Description: Cumulative number of opened files.
fslib create filesβ
- Type: Counter
- Description: Average number of files created per second.
filesystem meta operationsβ
- Type: Counter
- Description: Average number of directory listing operations per second.
fslib async cachesβ
- Type: Counter
- Description: Cumulative number of files in asynchronous cache.
fslib create files (TOTAL)β
- Type: Counter
- Description: Cumulative number of files created.
fslib async tasksβ
- Type: Counter
- Description: Cumulative number of asynchronous tasks in the queue.