From 427027d14862e2085953eefa35520f8e9f02d486 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Mon, 24 Oct 2022 11:02:43 +0000 Subject: [PATCH] Update content --- .../gaussdbfor_mysql_monitoring_metrics.rst | 310 +++++++++--------- .../appendix/obtaining_a_project_id.rst | 1 - api-ref/source/before_you_start/concepts.rst | 1 - api-ref/source/calling_apis/response.rst | 1 - api-ref/source/conf.py | 3 + 5 files changed, 158 insertions(+), 158 deletions(-) diff --git a/api-ref/source/appendix/gaussdbfor_mysql_monitoring_metrics.rst b/api-ref/source/appendix/gaussdbfor_mysql_monitoring_metrics.rst index 87e32b8..d2b0548 100644 --- a/api-ref/source/appendix/gaussdbfor_mysql_monitoring_metrics.rst +++ b/api-ref/source/appendix/gaussdbfor_mysql_monitoring_metrics.rst @@ -20,161 +20,161 @@ Monitoring Metrics .. table:: **Table 1** Monitoring metrics - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | Metric | Name | Description | Value Range | Remarks | - +================================================+================================================+===================================================================================================+===================+======================================================+ - | gaussdb_mysql001_cpu_util | CPU Usage | CPU usage of the monitored object | 0–100% | Monitored object: ECS | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql002_mem_util | Memory Usage | Memory usage of the monitored object | 0–100% | Monitored object: ECS | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql004_bytes_in | Network Input Throughput | Incoming traffic in bytes per second | ≥0 Bytes/s | Monitored object: ECS | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql005_bytes_out | Network Output Throughput | Outgoing traffic in bytes per second | ≥0 Bytes/s | Monitored object: ECS | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql006_conn_count | Total Connections | Total number of connections that attempt to connect to the MySQL server | ≥0 Counts | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql007_conn_active_count | Current Active Connections | Number of current active connections | ≥0 Counts | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql008_qps | QPS | Query times of SQL statements (including storage procedures) per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql009_tps | TPS | Execution times of submitted and rollback transactions per second | ≥0 Transactions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql010_innodb_buf_usage | Buffer Pool Usage | Ratio of dirty data to all data in the InnoDB buffer | 0–1 | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql011_innodb_buf_hit | Buffer Pool Hit Ratio | Ratio of read hits to read requests in the InnoDB buffer | 0–100% | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql012_innodb_buf_dirty | Buffer Pool Dirty Block Ratio | Ratio of used pages to total pages in the InnoDB buffer | 0–1 | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql013_innodb_reads | InnoDB Read Throughput | Number of read bytes per second in the InnoDB buffer | ≥0 Bytes/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql014_innodb_writes | InnoDB Write Throughput | Number of write bytes per second in the InnoDB buffer | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql017_innodb_log_write_req_count | InnoDB Log Write Requests per Second | Number of InnoDB log write requests per second | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql020_temp_tbl_count | Temporary Tables | Number of temporary tables automatically created on hard disks when MySQL statements are executed | ≥0 Counts | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql028_comdml_del_count | DELETE Statements per Second | Number of DELETE statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql029_comdml_ins_count | INSERT Statements per Second | Number of INSERT statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql030_comdml_ins_sel_count | INSERT_SELECT Statements per Second | Number of INSERT_SELECT statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql031_comdml_rep_count | REPLACE Statements per Second | Number of REPLACE statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql032_comdml_rep_sel_count | REPLACE_SELECTION Statements per Second | Number of REPLACE_SELECTION statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql033_comdml_sel_count | SELECT Statements per Second | Number of SELECT statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql034_comdml_upd_count | UPDATE Statements per Second | Number of UPDATE statements executed per second | ≥0 Executions/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql035_innodb_del_row_count | Row Delete Frequency | Number of rows deleted from the InnoDB table per second | ≥0 Rows/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql036_innodb_ins_row_count | Row Insert Frequency | Number of rows inserted into the InnoDB table per second | ≥0 Rows/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql037_innodb_read_row_count | Row Read Frequency | Number of rows read from the InnoDB table per second | ≥0 Rows/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql038_innodb_upd_row_count | Row Update Frequency | Number of rows updated into the InnoDB table per second | ≥0 Rows/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql048_disk_used_size | Used Storage Space | Used storage space of the monitored object | 0–4000 GB | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql072_conn_usage | Connection Usage | Percent of used MySQL connections to the total number of connections | 0~100% | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql074_slow_queries | Slow Query Logs | Number of MySQL slow query logs generated per minute | ≥0 Counts/Minute | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql077_replication_delay | Replication Delay | Data replication delay between the primary node and read replicas | ≥0 s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql104_dfv_write_delay | Storage Write Latency | Average latency of writing data to the storage layer in a specified period | ≥0 ms | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql105_dfv_read_delay | Storage Read Latency | Average latency of reading data from the storage layer in a specified period | ≥0 ms | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql106_innodb_row_lock_current_waits | InnoDB Row Locks | Number of row locks being waited by operations on the InnoDB table | ≥0 Counts | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql107_comdml_ins_and_ins_sel_count | INSERT and INSERT_SELECT Statements per Second | Number of INSERT and INSERT_SELECT statements executed per second | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql108_com_commit_count | COMMIT Statements per Second | Number of COMMIT statements executed per second | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql109_com_rollback_count | ROLLBACK Statements per Second | Number of ROLLBACK statements executed per second | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql110_innodb_bufpool_reads | InnoDB Storage Layer Read Requests per Second | Number of times that InnoDB reads data from the storage layer per second | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ - | gaussdb_mysql111_innodb_bufpool_read_requests | InnoDB Read Requests per Second | Number of InnoDB read requests per second | ≥0 Counts/s | Monitored object: database | - | | | | | | - | | | | | Monitored instance type: GaussDB(for MySQL) instance | - +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+-------------------+------------------------------------------------------+ + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | Metric | Name | Description | Value Range | Remarks | + +================================================+================================================+===================================================================================================+====================+======================================================+ + | gaussdb_mysql001_cpu_util | CPU Usage | CPU usage of the monitored object | 0-100% | Monitored object: ECS | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql002_mem_util | Memory Usage | Memory usage of the monitored object | 0-100% | Monitored object: ECS | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql004_bytes_in | Network Input Throughput | Incoming traffic in bytes per second | >=0 Bytes/s | Monitored object: ECS | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql005_bytes_out | Network Output Throughput | Outgoing traffic in bytes per second | >=0 Bytes/s | Monitored object: ECS | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql006_conn_count | Total Connections | Total number of connections that attempt to connect to the MySQL server | >=0 Counts | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql007_conn_active_count | Current Active Connections | Number of current active connections | >=0 Counts | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql008_qps | QPS | Query times of SQL statements (including storage procedures) per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql009_tps | TPS | Execution times of submitted and rollback transactions per second | >=0 Transactions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql010_innodb_buf_usage | Buffer Pool Usage | Ratio of dirty data to all data in the InnoDB buffer | 0-1 | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql011_innodb_buf_hit | Buffer Pool Hit Ratio | Ratio of read hits to read requests in the InnoDB buffer | 0-100% | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql012_innodb_buf_dirty | Buffer Pool Dirty Block Ratio | Ratio of used pages to total pages in the InnoDB buffer | 0-1 | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql013_innodb_reads | InnoDB Read Throughput | Number of read bytes per second in the InnoDB buffer | >=0 Bytes/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql014_innodb_writes | InnoDB Write Throughput | Number of write bytes per second in the InnoDB buffer | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql017_innodb_log_write_req_count | InnoDB Log Write Requests per Second | Number of InnoDB log write requests per second | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql020_temp_tbl_count | Temporary Tables | Number of temporary tables automatically created on hard disks when MySQL statements are executed | >=0 Counts | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql028_comdml_del_count | DELETE Statements per Second | Number of DELETE statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql029_comdml_ins_count | INSERT Statements per Second | Number of INSERT statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql030_comdml_ins_sel_count | INSERT_SELECT Statements per Second | Number of INSERT_SELECT statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql031_comdml_rep_count | REPLACE Statements per Second | Number of REPLACE statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql032_comdml_rep_sel_count | REPLACE_SELECTION Statements per Second | Number of REPLACE_SELECTION statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql033_comdml_sel_count | SELECT Statements per Second | Number of SELECT statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql034_comdml_upd_count | UPDATE Statements per Second | Number of UPDATE statements executed per second | >=0 Executions/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql035_innodb_del_row_count | Row Delete Frequency | Number of rows deleted from the InnoDB table per second | >=0 Rows/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql036_innodb_ins_row_count | Row Insert Frequency | Number of rows inserted into the InnoDB table per second | >=0 Rows/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql037_innodb_read_row_count | Row Read Frequency | Number of rows read from the InnoDB table per second | >=0 Rows/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql038_innodb_upd_row_count | Row Update Frequency | Number of rows updated into the InnoDB table per second | >=0 Rows/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql048_disk_used_size | Used Storage Space | Used storage space of the monitored object | 0-4000 GB | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql072_conn_usage | Connection Usage | Percent of used MySQL connections to the total number of connections | 0~100% | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql074_slow_queries | Slow Query Logs | Number of MySQL slow query logs generated per minute | >=0 Counts/Minute | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql077_replication_delay | Replication Delay | Data replication delay between the primary node and read replicas | >=0 s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql104_dfv_write_delay | Storage Write Latency | Average latency of writing data to the storage layer in a specified period | >=0 ms | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql105_dfv_read_delay | Storage Read Latency | Average latency of reading data from the storage layer in a specified period | >=0 ms | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql106_innodb_row_lock_current_waits | InnoDB Row Locks | Number of row locks being waited by operations on the InnoDB table | >=0 Counts | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql107_comdml_ins_and_ins_sel_count | INSERT and INSERT_SELECT Statements per Second | Number of INSERT and INSERT_SELECT statements executed per second | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql108_com_commit_count | COMMIT Statements per Second | Number of COMMIT statements executed per second | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql109_com_rollback_count | ROLLBACK Statements per Second | Number of ROLLBACK statements executed per second | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql110_innodb_bufpool_reads | InnoDB Storage Layer Read Requests per Second | Number of times that InnoDB reads data from the storage layer per second | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ + | gaussdb_mysql111_innodb_bufpool_read_requests | InnoDB Read Requests per Second | Number of InnoDB read requests per second | >=0 Counts/s | Monitored object: database | + | | | | | | + | | | | | Monitored instance type: GaussDB(for MySQL) instance | + +------------------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------------------------+--------------------+------------------------------------------------------+ Dimension --------- diff --git a/api-ref/source/appendix/obtaining_a_project_id.rst b/api-ref/source/appendix/obtaining_a_project_id.rst index 608c397..b982e94 100644 --- a/api-ref/source/appendix/obtaining_a_project_id.rst +++ b/api-ref/source/appendix/obtaining_a_project_id.rst @@ -63,5 +63,4 @@ Obtain a Project ID from the Console .. figure:: /_static/images/en-us_image_0264049266.jpg :alt: **Figure 1** Viewing project IDs - **Figure 1** Viewing project IDs diff --git a/api-ref/source/before_you_start/concepts.rst b/api-ref/source/before_you_start/concepts.rst index c237495..19345d2 100644 --- a/api-ref/source/before_you_start/concepts.rst +++ b/api-ref/source/before_you_start/concepts.rst @@ -31,5 +31,4 @@ Concepts .. figure:: /_static/images/en-us_image_0264049268.gif :alt: **Figure 1** Project isolating model - **Figure 1** Project isolating model diff --git a/api-ref/source/calling_apis/response.rst b/api-ref/source/calling_apis/response.rst index dd89c3b..17f2db9 100644 --- a/api-ref/source/calling_apis/response.rst +++ b/api-ref/source/calling_apis/response.rst @@ -26,7 +26,6 @@ Similar to a request, a response also has a header, for example, **Content-Type* .. figure:: /_static/images/en-us_image_0264049300.png :alt: **Figure 1** Header fields of the response to the request for obtaining a user token - **Figure 1** Header fields of the response to the request for obtaining a user token (Optional) Response Body diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index be25414..9424a7c 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -35,6 +35,9 @@ sys.path.insert(0, os.path.abspath('../')) sys.path.insert(0, os.path.abspath('./')) # -- General configuration ---------------------------------------------------- +# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not +# what it is expected +smartquotes = False # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.