From 4432a2acc6b9f92b054006547b5c077b0e78c0ac Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:45:06 +0800 Subject: [PATCH 1/2] 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 1e0fb1f7d90..de94589ccd4 100644 --- a/docs-2.0/reuse/source-monitoring-metrics.md +++ b/docs-2.0/reuse/source-monitoring-metrics.md @@ -122,6 +122,10 @@ ### 图空间级别监控指标 +!!! note + + 图空间级别监控指标都是动态创建的, 只有当图空间内触发该行为时,对应的指标才会创建,用户才能查询到。 + | 参数 | 说明 | | ---------------------------------------------- | ----------------------------------------- | | `num_active_queries` | 当前正在执行的查询数。 | @@ -136,7 +140,6 @@ | `num_aggregate_executors` | 聚合(Aggregate)算子执行时间。 | | `num_sort_executors` | 排序(Sort)算子执行时间。 | | `num_indexscan_executors` | 索引扫描(IndexScan)算子执行时间。 | -| `num_oom_queries` | 导致内存耗尽的语句数量。| | `num_auth_failed_sessions_bad_username_password` | 因用户名密码错误导验证失败的会话数量。 | | `num_auth_failed_sessions` | 登录验证失败的会话数量。 | | `num_opened_sessions` | 服务端建立过的会话数量。 | From 8754ca5902f7caab9eaca795676d1b213ef44f07 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:45:58 +0800 Subject: [PATCH 2/2] Update source-monitoring-metrics.md --- docs-2.0/reuse/source-monitoring-metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/reuse/source-monitoring-metrics.md b/docs-2.0/reuse/source-monitoring-metrics.md index de94589ccd4..fc294f4df98 100644 --- a/docs-2.0/reuse/source-monitoring-metrics.md +++ b/docs-2.0/reuse/source-monitoring-metrics.md @@ -124,7 +124,7 @@ !!! note - 图空间级别监控指标都是动态创建的, 只有当图空间内触发该行为时,对应的指标才会创建,用户才能查询到。 + 图空间级别监控指标是动态创建的, 只有当图空间内触发该行为时,对应的指标才会创建,用户才能查询到。 | 参数 | 说明 | | ---------------------------------------------- | ----------------------------------------- | @@ -162,4 +162,4 @@ Graph、Meta 和 Storage 服务都有自身的单进程指标。 | `memory_bytes_gauge` | 使用的内存字节数。 | | `open_filedesc_gauge` | 文件描述符的数量。 | | `read_bytes_total` | 读取的字节数量。 | -| `write_bytes_total` | 写入的字节数量。 | \ No newline at end of file +| `write_bytes_total` | 写入的字节数量。 |