Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update monitoring metrics #2459

Merged
merged 2 commits into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs-2.0/reuse/source-monitoring-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@

### 图空间级别监控指标

!!! note

图空间级别监控指标是动态创建的, 只有当图空间内触发该行为时,对应的指标才会创建,用户才能查询到。

| 参数 | 说明 |
| ---------------------------------------------- | ----------------------------------------- |
| `num_active_queries` | 当前正在执行的查询数。 |
Expand All @@ -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` | 服务端建立过的会话数量。 |
Expand All @@ -159,4 +162,4 @@ Graph、Meta 和 Storage 服务都有自身的单进程指标。
| `memory_bytes_gauge` | 使用的内存字节数。 |
| `open_filedesc_gauge` | 文件描述符的数量。 |
| `read_bytes_total` | 读取的字节数量。 |
| `write_bytes_total` | 写入的字节数量。 |
| `write_bytes_total` | 写入的字节数量。 |