Back to Shardingsphere

Index.En

docs/document/content/user-manual/shardingsphere-agent/metrics/_index.en.md

5.5.31.9 KB
Original Source

+++ title = "Metrics" weight = 3 +++

NameTypeDescription
build_infoGAUGEBuild information
parsed_sql_totalCOUNTERTotal count of parsed by type (INSERT, UPDATE, DELETE, SELECT, DDL, DCL, DAL, TCL, RQL, RDL, RAL, RUL)
routed_sql_totalCOUNTERTotal count of routed by type (INSERT, UPDATE, DELETE, SELECT)
routed_result_totalCOUNTERTotal count of routed result (data source routed, table routed)
jdbc_stateGAUGEStatus information of ShardingSphere-JDBC. 0 is OK; 1 is CIRCUIT BREAK; 2 is LOCK
jdbc_meta_data_infoGAUGEMeta data information of ShardingSphere-JDBC
jdbc_statement_execute_totalGAUGETotal number of statements executed
jdbc_statement_execute_errors_totalGAUGETotal number of statement execution errors
jdbc_statement_execute_latency_millisHISTOGRAMStatement execution latency
jdbc_transactions_totalGAUGETotal number of transactions, classify by commit and rollback