-
Notifications
You must be signed in to change notification settings - Fork 91
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 source-monitoring-metrics.md #1831
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cooper-lzy
reviewed
May 25, 2022
jievince
approved these changes
May 25, 2022
Comment on lines
+128
to
+150
| `num_active_queries` | 当前正在执行的查询数。 | | ||
| `num_queries` | 查询次数。 | | ||
| `num_sentences` | Graphd 服务接收的语句数。 | | ||
| `optimizer_latency_us` | 优化器阶段延迟时间。 | | ||
| `query_latency_us` | 查询平均延迟时间。 | | ||
| `num_slow_queries` | 慢查询次数。 | | ||
| `num_query_errors` | 查询报错语句数量。| | ||
| `num_query_errors_leader_changes` | 因查询错误而导致的 Leader 变更的次数。 | | ||
| `num_killed_queries` | 被终止的查询数量。 | | ||
| `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` | 服务端建立过的会话数量。 | | ||
| `num_queries_hit_memory_watermark` | 达到内存水位线的语句的数量。 | | ||
| `num_reclaimed_expired_sessions` | 服务端主动回收的过期的会话数量。 | | ||
| `num_rpc_sent_to_metad_failed` | Graphd 服务发给 Metad 的 RPC 请求失败的数量。 | | ||
| `num_rpc_sent_to_metad` | Graphd 服务发给 Metad 服务的 RPC 请求数量。 | | ||
| `num_rpc_sent_to_storaged_failed` | Graphd 服务发给 Storaged 服务的 RPC 请求失败的数量。 | | ||
| `num_rpc_sent_to_storaged` | Graphd 服务发给 Storaged 服务的 RPC 请求数量。 | | ||
| `slow_query_latency_us` | 慢查询平均延迟时间。 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
critical27
approved these changes
May 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.