From c5f61ef8f60352af4f3d6eff94ca622c70072f18 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:08:45 +0800 Subject: [PATCH] update monitoring metrics (#2459) * update monitoring metrics * Update source-monitoring-metrics.md --- docs-2.0/reuse/source-monitoring-metrics.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs-2.0/reuse/source-monitoring-metrics.md b/docs-2.0/reuse/source-monitoring-metrics.md index 1e0fb1f7d90..fc294f4df98 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` | 服务端建立过的会话数量。 | @@ -159,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` | 写入的字节数量。 |