You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
num_query_errors = num_query_errors_leader_changes + num_queries_hit_memory_watermark num_queries_hit_memory_watermark should be num_query_errors_hit_memory_watermark?
do we have any other kind error?
The text was updated successfully, but these errors were encountered:
Issue 1
generally there are three type metrics:
but not all of metrics with these three types.
e.g.
graphd
num_sort_executors
no latencynum_aggregate_executors
no latencyoptimizer_latency_us
no countnum_indexscan_executors
no countnum_opened_sessions
no latencynum_rpc_sent_to_metad
no latencystoraged
commit_log_latency_us
no countnum_send_snapshot
no latencyIssue 2
more explicit metric name
graphd
num_queries_hit_memory_watermark
num_query_errors
num_query_errors_leader_changes
num_query_errors = num_query_errors_leader_changes + num_queries_hit_memory_watermark num_queries_hit_memory_watermark should be
num_query_errors_hit_memory_watermark
?do we have any other kind error?
The text was updated successfully, but these errors were encountered: