From 79f6dbfed25643ed94d21ba904eadb5bb5e46482 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:52:01 +0800 Subject: [PATCH] update monitoring metrics --- docs-2.0/reuse/source-monitoring-metrics.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs-2.0/reuse/source-monitoring-metrics.md b/docs-2.0/reuse/source-monitoring-metrics.md index cecaa568f42..e27717a66db 100644 --- a/docs-2.0/reuse/source-monitoring-metrics.md +++ b/docs-2.0/reuse/source-monitoring-metrics.md @@ -124,6 +124,10 @@ ### Graph space +!!! note + + Space-level metrics are created dynamically, so that only when the behavior is triggered in the graph space, the corresponding metric is created and can be queried by the user. + | Parameter | Description | | ---------------------------------------------- | ----------------------------------------- | | `num_active_queries` | The number of queries currently being executed. | @@ -138,7 +142,6 @@ | `num_aggregate_executors` | The number of executions for the Aggregation operator. | | `num_sort_executors` | The number of executions for the Sort operator. | | `num_indexscan_executors` | The number of executions for index scan operators. | -| `num_oom_queries` | The number of queries that caused memory to run out. | | `num_auth_failed_sessions_bad_username_password` | The number of sessions where authentication failed due to incorrect username and password. | | `num_auth_failed_sessions` | The number of sessions in which login authentication failed. | | `num_opened_sessions` | The number of sessions connected to the server. |