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 single process metrics #2464

Merged
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
4 changes: 4 additions & 0 deletions docs-2.0/reuse/source-monitoring-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
| `num_rpc_sent_to_storaged` | Graphd 服务发给 Storaged 服务的 RPC 请求数量。 |
| `slow_query_latency_us` | 慢查询延迟时间。 |

{{ent.ent_begin}}

### 单进程指标

Graph、Meta 和 Storage 服务都有自身的单进程指标。
Expand All @@ -163,3 +165,5 @@ Graph、Meta 和 Storage 服务都有自身的单进程指标。
| `open_filedesc_gauge` | 文件描述符的数量。 |
| `read_bytes_total` | 读取的字节数量。 |
| `write_bytes_total` | 写入的字节数量。 |

{{ent.ent_end}}