Update TiDB Cloud dashboards for Dedicated, Premium, and Essential - #3083
Open
Yujie-Xie wants to merge 4 commits into
Open
Update TiDB Cloud dashboards for Dedicated, Premium, and Essential#3083Yujie-Xie wants to merge 4 commits into
Yujie-Xie wants to merge 4 commits into
Conversation
Author
|
@bgoldberg122 Could you please review this PR? Thanks! |
This file contains hidden or 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
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.
What changed
tidb_cloud.node_cpu_seconds_total_ratemetric for TiDB, TiKV, and TiFlash.Why
The Dedicated dashboard still calculated CPU rate in Datadog from
tidb_cloud.node_cpu_seconds_totalwith.as_rate().rollup(sum, 120), while the metrics integration now exports the CPU rate directly. Premium and Essential also need plan-specific dashboards matching their supported metric sets.Impact
Users can import plan-specific Premium and Essential dashboards, and the Dedicated CPU panels use the exported CPU-rate metric consistently.
Validation
jq.git diff --check.