-
Notifications
You must be signed in to change notification settings - Fork 412
metrics: Enhance the o11y of TiFlash storage layer (release-8.5) #10290
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: Enhance the o11y of TiFlash storage layer (release-8.5) #10290
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@JaySon-Huang This PR has conflicts, I have hold it. |
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
e95808b to
6c64923
Compare
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JinheLin, Lloyd-Pottiger 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:
|
|
/unhold |
…gcap#10290) close pingcap#10272 * Add metrics about * Number of keyspace, Storage instance, Segment instance, MemTable instance * Bytes of MemTable and allocated bytes of MemTable * System table * Add `delta_cache_alloc_size` to `system.dt_segments` * Add `column_count`,`delta_cache_alloc_size` to `system.dt_tables` Signed-off-by: JaySon-Huang <tshent@qq.com> Co-authored-by: JaySon-Huang <tshent@qq.com>
This is an automated cherry-pick of #10275 and some metrics added by #10244
What problem does this PR solve?
Issue Number: close #10272
Problem Summary:
What is changed and how it works?
New Grafana panels on TiFlash-Summary:
With the "Memory trace" panel, we can get more insight about the issue #10253 (comment) that mem-table may take too much memory.

Check List
Tests
Side effects
Documentation
Release note