-
Notifications
You must be signed in to change notification settings - Fork 287
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
metrics: add more metrics about kv client and gRPC stream (#2686) #2735
metrics: add more metrics about kv client and gRPC stream (#2686) #2735
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6cd5f5e
|
/run-kafka-tests |
/run-kafka-tests |
1 similar comment
/run-kafka-tests |
/run-integration-tests |
10 similar comments
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## release-5.2 #2735 +/- ##
================================================
Coverage ? 55.9295%
================================================
Files ? 169
Lines ? 20676
Branches ? 0
================================================
Hits ? 11564
Misses ? 8006
Partials ? 1106 |
This is an automated cherry-pick of #2686
What problem does this PR solve?
Add three more metrics in kv client.
What is changed and how it works?
KV client scanning regions
usingticdc_kvclient_region_token
will help us to distinguish whether there is incremental scan ongoing.Active stream count of each gRPC connection
usingticdc_kvclient_grpc_stream_count
will help us to find gRPC stream distribution among all TiKV stores.Event size percentile
to help us know how many events are dropped.Check List
Tests
Release note