Add grpc wait duration metrics#18810
Conversation
Signed-off-by: yibin87 <huyibin@pingcap.com>
|
Hi @yibin87. Thanks for your PR. I'm waiting for a tikv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: yibin87 <huyibin@pingcap.com>
Signed-off-by: yibin <huyibin@pingcap.com>
Signed-off-by: yibin <huyibin@pingcap.com>
Signed-off-by: yibin <huyibin@pingcap.com>
Signed-off-by: yibin <huyibin@pingcap.com>
Signed-off-by: yibin <huyibin@pingcap.com>
|
/cc @overvenus @glorv |
Signed-off-by: yibin <huyibin@pingcap.com>
Signed-off-by: yibin <huyibin@pingcap.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: glorv, MyonKeminta The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/ok-to-test |
|
/cherry-pick-invite |
|
@yibin87 you're not a member of org |
|
/cherry-pick release-8.5 |
close tikv#18809 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@yibin87: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
close tikv#18809 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@yibin87: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
close tikv#18809 Signed-off-by: yibin <huyibin@pingcap.com> Signed-off-by: 3AceShowHand <jinl1037@hotmail.com>
close tikv#18809 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What is changed and how it works?
Issue Number: Close #18809
What's Changed:
Set "server.grpc-compression-type: gzip" and read large row data to overload grpc thread.

When gRPC thread is overloading, we can see "RPC Layer Latency" is high:
After adding grpc wait metrics, we can further detect the root cause and detect it earlier:

Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note