Title |
Metric |
Unit |
Description |
Node information |
FeNodeNum |
count |
Total number of FE nodes |
BeAliveNum |
count |
Number of alive BE nodes |
BkDeadNum |
count |
Number of dead broker nodes |
Connections |
Num |
count |
Number of FE node JVM connections |
JVM threads |
Total |
count |
Total number of threads in the JVM of the FE node, including daemon threads and non-daemon threads |
Peak |
count |
Peak number of threads in the JVM of the FE node |
GC count |
YoungGC |
count |
FE node JVM Young GC count |
OldGC |
count |
FE node JVM Old GC count |
GC time |
YoungGC |
s |
FE node JVM Young GC time |
OldGC |
s |
FE node JVM Old GC time |
FE query latency |
Quantile75 |
ms |
75th percentile of the FE query latency |
Quantile95 |
ms |
95th percentile of the FE query latency |
Quantile99 |
ms |
99th percentile of the FE query latency |
Quantile999 |
ms |
99.9th percentile of the FE query latency |
Maximum compaction score of tablet |
MAX |
score |
Maximum compaction score of FE tablet |
Scheduled tablets |
ScheduledTablet |
count |
Number of scheduled tablets in FE |
Request response |
QPS |
count |
Number of queries per second |
RPS |
count |
Number of requests that can be processed per second |
Query failure rate |
ErrRate |
% |
Query error rate |
Cache query |
SqlModelHitQuery |
count |
Number of queries that hit the SQL model |
PartitionModelHitQuery |
count |
Number of queries that hit the partition model |
SqlModelQuery |
count |
Number of queries in the SQL cache model |
PartitionModelQuery |
count |
Number of queries in the partition cache model |
CachePartitionHit |
count |
Number of partitions that hit the cache in the query |
CachePartitionScan |
count |
Number of all partitions scanned in the query |
Routine load rows |
TotalRows |
count |
Number of FE routine load rows |
ErrorRows |
count |
Number of FE routine load error rows |
Transaction status statistics |
Reject |
count |
Number of rejected transactions on FE |
Begin |
count |
Number of transactions that have begun on FE |
Success |
count |
Number of successful transactions on FE |
Failed |
count |
Number of failed transactions on FE |
Images |
Write |
count |
Number of image writes on FE |
Push |
count |
Number of image pushes on FE |
ALTER job statistics |
RollupRunning |
count |
Number of running alter jobs of ROLLUP type |
SchemaChangeRunning |
count |
Number of running alter jobs of SCHEMA_CHANGE type |
UNKNOWN load job statistics |
UNKNOWN |
count |
Number of load jobs of UNKNOWN type in UNKNOWN status |
PENDING |
count |
Number of load jobs of UNKNOWN type in PENDING status |
ETL |
count |
Number of load jobs of UNKNOWN type in ETL status |
LOADING |
count |
Number of load jobs of UNKNOWN type in LOADING status |
COMMITTED |
count |
Number of load jobs of UNKNOWN type in COMMITTED status |
FINISHED |
count |
Number of load jobs of UNKNOWN type in FINISHED status |
CANCELLED |
count |
Number of load jobs of UNKNOWN type in CANCELLED status |
SPARK load job statistics |
UNKNOWN |
count |
Number of load jobs of SPARK type in UNKNOWN status |
PENDING |
count |
Number of load jobs of SPARK type in PENDING status |
ETL |
count |
Number of load jobs of SPARK type in ETL status |
LOADING |
count |
Number of load jobs of SPARK type in LOADING status |
COMMITTED |
count |
Number of load jobs of SPARK type in COMMITTED status |
FINISHED |
count |
Number of load jobs of SPARK type in FINISHED status |
CANCELLED |
count |
Number of load jobs of SPARK type in CANCELLED status |
DELETE load job statistics |
UNKNOWN |
count |
Number of load jobs of DELETE type in UNKNOWN status |
PENDING |
count |
Number of load jobs of DELETE type in PENDING status |
ETL |
count |
Number of load jobs of DELETE type in ETL status |
LOADING |
count |
Number of load jobs of DELETE type in LOADING status |
COMMITTED |
count |
Number of load jobs of DELETE type in COMMITTED status |
FINISHED |
count |
Number of load jobs of DELETE type in FINISHED status |
CANCELLED |
count |
Number of load jobs of DELETE type in CANCELLED status |
INSERT load job statistics |
UNKNOWN |
count |
Number of load jobs of INSERT type in UNKNOWN status |
PENDING |
count |
Number of load jobs of INSERT type in PENDING status |
ETL |
count |
Number of load jobs of INSERT type in ETL status |
LOADING |
count |
Number of load jobs of INSERT type in LOADING status |
COMMITTED |
count |
Number of load jobs of INSERT type in COMMITTED status |
FINISHED |
count |
Number of load jobs of INSERT type in FINISHED status |
CANCELLED |
count |
Number of load jobs of INSERT type in CANCELLED status |
BROKER load job statistics |
UNKNOWN |
count |
Number of load jobs of BROKER type in UNKNOWN status |
PENDING |
count |
Number of load jobs of BROKER type in PENDING status |
ETL |
count |
Number of load jobs of BROKER type in ETL status |
LOADING |
count |
Number of load jobs of BROKER type in LOADING status |
COMMITTED |
count |
Number of load jobs of BROKER type in COMMITTED status |
FINISHED |
count |
Number of load jobs of BROKER type in FINISHED status |
CANCELLED |
count |
Number of load jobs of BROKER type in CANCELLED status |
MINI load job statistics |
UNKNOWN |
count |
Number of load jobs of MINI type in UNKNOWN status |
PENDING |
count |
Number of load jobs of MINI type in PENDING status |
ETL |
count |
Number of load jobs of MINI type in ETL status |
LOADING |
count |
Number of load jobs of MINI type in LOADING status |
COMMITTED |
count |
Number of load jobs of MINI type in COMMITTED status |
FINISHED |
count |
Number of load jobs of MINI type in FINISHED status |
CANCELLED |
count |
Number of load jobs of MINI type in CANCELLED status |
HADOOP load job statistics |
UNKNOWN |
count |
Number of load jobs of HADOOP type in UNKNOWN status |
PENDING |
count |
Number of load jobs of HADOOP type in PENDING status |
ETL |
count |
Number of load jobs of HADOOP type in ETL status |
LOADING |
count |
Number of load jobs of HADOOP type in LOADING status |
COMMITTED |
count |
Number of load jobs of HADOOP type in COMMITTED status |
FINISHED |
count |
Number of load jobs of HADOOP type in FINISHED status |
CANCELLED |
count |
Number of load jobs of HADOOP type in CANCELLED status |
Was this page helpful?