Skip to content

metrics: fix ticdc grafana dashboard layout conflicts#4507

Merged
ti-chi-bot[bot] merged 6 commits intomasterfrom
ldz/fix-metrics0317
Mar 17, 2026
Merged

metrics: fix ticdc grafana dashboard layout conflicts#4507
ti-chi-bot[bot] merged 6 commits intomasterfrom
ldz/fix-metrics0317

Conversation

@lidezhu
Copy link
Copy Markdown
Collaborator

@lidezhu lidezhu commented Mar 17, 2026

What problem does this PR solve?

Issue Number: close #4508

What is changed and how it works?

This pull request addresses and resolves layout conflicts within the TiCDC Grafana dashboards. It updates panel identifiers and their vertical positions to prevent overlaps, ensuring a cleaner and more functional dashboard display. Additionally, the PR enhances the existing dashboard validation script to proactively catch such layout issues, improving the overall maintainability and correctness of the Grafana configurations.

Highlights

  • Grafana Dashboard Updates: Updated panel IDs and adjusted vertical positioning (y coordinates) in multiple TiCDC Grafana dashboards to resolve layout conflicts.
  • Dashboard Validation Script Enhancement: Improved the check-ticdc-dashboard.sh script to not only detect duplicate panel IDs but also to identify overlapping panels within the Grafana JSON definitions, using a new Python script.

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Questions

Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?

Release note

Please refer to [Release Notes Language Style Guide](https://pingcap.github.io/tidb-dev-guide/contribute-to-tidb/release-notes-style-guide.html) to write a quality release note.

If you don't think this PR needs a release note then fill it with `None`.

Summary by CodeRabbit

  • Chores
    • Updated monitoring dashboard panel identifiers and adjusted panel layout positions across multiple dashboard configurations for improved organization.
    • Standardized dashboard refresh cadence from 5s to 10s.
    • Minor end-of-file formatting adjustments.
    • Improved dashboard validation: replaced single-step check with a robust multi-phase validator that detects duplicate IDs and overlapping panels, reporting issues and returning non-zero on failure.

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-linked-issue release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Mar 17, 2026
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses and resolves layout conflicts within the TiCDC Grafana dashboards. It updates panel identifiers and their vertical positions to prevent overlaps, ensuring a cleaner and more functional dashboard display. Additionally, the PR enhances the existing dashboard validation script to proactively catch such layout issues, improving the overall maintainability and correctness of the Grafana configurations.

Highlights

  • Grafana Dashboard Updates: Updated panel IDs and adjusted vertical positioning (y coordinates) in multiple TiCDC Grafana dashboards to resolve layout conflicts.
  • Dashboard Validation Script Enhancement: Improved the check-ticdc-dashboard.sh script to not only detect duplicate panel IDs but also to identify overlapping panels within the Grafana JSON definitions, using a new Python script.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • metrics/grafana/ticdc_new_arch.json
    • Updated several panel IDs to new unique values.
    • Adjusted the 'y' coordinate for multiple panels to prevent overlaps.
  • metrics/nextgengrafana/ticdc_new_arch_next_gen.json
    • Updated several panel IDs to new unique values.
    • Adjusted the 'y' coordinate for multiple panels to prevent overlaps.
  • metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json
    • Updated several panel IDs to new unique values.
    • Adjusted the 'y' coordinate for multiple panels to prevent overlaps.
  • scripts/check-ticdc-dashboard.sh
    • Refactored the script to use set -euo pipefail for robust error handling.
    • Introduced a Python script to detect and report overlapping panels within Grafana dashboard JSON files.
    • Modified the duplicate ID check to be more robust and to handle cases where panels might not have nested panels.
Activity
  • No human activity has been recorded on this pull request yet, beyond its initial creation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 17, 2026

Warning

Rate limit exceeded

@lidezhu has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 48 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6d468a43-4384-43e4-aece-6c6509d27bc3

📥 Commits

Reviewing files that changed from the base of the PR and between c179aa9 and 05a0587.

📒 Files selected for processing (5)
  • metrics/grafana/ticdc_new_arch.json
  • metrics/nextgengrafana/ticdc_new_arch_next_gen.json
  • metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json
  • scripts/check-ticdc-dashboard.py
  • scripts/check-ticdc-dashboard.sh
📝 Walkthrough

Walkthrough

Renumbers panel IDs and shifts panel grid Y positions in three Grafana dashboard JSONs; changes dashboard refresh from 5s→10s. Replaces a simple jq duplicate-ID check with a multi-phase check-ticdc-dashboard.sh that conditionally runs jq and a Python overlap detector and aggregates errors before exit.

Changes

Cohort / File(s) Summary
Grafana dashboards
metrics/grafana/ticdc_new_arch.json, metrics/nextgengrafana/ticdc_new_arch_next_gen.json, metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json
Panel ID renumbering (e.g., 22271→62002, 60011→62004, 60013→62005), multiple panel gridPos.y shifts (+1 or other adjustments), top-level refresh changed from "5s""10s", and some EOF newline formatting tweaks. No metric/query logic changes.
Dashboard validation script
scripts/check-ticdc-dashboard.sh
Replaced a single jq-based duplicate-ID check with robust multi-phase validation: set -euo pipefail, conditional jq duplicate detection with human-readable output and max-ID hint, an optional Python3 overlap detector for top-level and row-contained panels, aggregated has_error exit handling.

Sequence Diagram(s)

sequenceDiagram
  autonumber
  participant CI as CI / Developer
  participant Script as check-ticdc-dashboard.sh
  participant JQ as jq (if available)
  participant Py as python3 overlap checker (if available)
  participant Exit as Exit/Status

  CI->>Script: invoke with dashboard JSON
  Script->>JQ: run duplicate-ID check (conditional)
  JQ-->>Script: duplicate results / max-id hint
  Script->>Py: run overlap detection (conditional)
  Py-->>Script: overlap findings
  Script->>Exit: aggregate has_error -> exit non-zero if issues
Loading

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Poem

🐰 New numbers hop in line,
Y-rows nudged just one by nine,
A script now checks with careful eyes,
jq and Python find disguise,
Dashboards tidy — hop, hooray!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'metrics: fix ticdc grafana dashboard layout conflicts' accurately describes the main change - fixing layout conflicts in Grafana dashboards.
Description check ✅ Passed The PR description provides context and highlights for the changes, including fixes to panel IDs/positioning and validation script enhancements, though some template sections lack detail.
Linked Issues check ✅ Passed The code changes directly address issue #4508: panel IDs are renumbered to remove duplicates, gridPos.y coordinates are adjusted to eliminate overlaps, and the validation script is enhanced to detect such issues.
Out of Scope Changes check ✅ Passed All changes are scoped to fixing the dashboard layout conflicts and improving validation: JSON updates to panel IDs and positions, and the validation script enhancements align with the issue's requirements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ldz/fix-metrics0317
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ti-chi-bot ti-chi-bot bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 17, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request aims to resolve layout conflicts in the TiCDC Grafana dashboards by adjusting panel IDs and coordinates. Additionally, it introduces a new script, check-ticdc-dashboard.sh, to automate the detection of duplicate panel IDs and overlapping panels, which is a great initiative to maintain dashboard quality.

My review focuses on the new script. While it's a valuable addition, I've identified a couple of areas for improvement to make it more robust and reusable. Specifically, the script currently checks a hardcoded file path, and the logic for detecting overlapping panels is not comprehensive. My suggestions aim to address these points to ensure the script is effective for all dashboards.

Comment thread scripts/check-ticdc-dashboard.sh
Comment thread scripts/check-ticdc-dashboard.sh Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Nitpick comments (2)
scripts/check-ticdc-dashboard.sh (1)

19-19: Don’t silently downgrade make check to best-effort.

The command -v guards on Line 19 and Line 30 let this script exit 0 without running duplicate-ID or overlap validation when jq or python3 is missing. I’d rather fail fast here so different environments enforce the same contract.

Also applies to: 30-30

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@scripts/check-ticdc-dashboard.sh` at line 19, The script currently uses
guards like `if command -v jq &>/dev/null; then` and `if command -v python3
&>/dev/null; then` which allow it to exit 0 and skip validations when `jq` or
`python3` are missing; change those guards to explicit preflight checks that
fail fast: replace each conditional with a check such as `command -v jq
>/dev/null || { echo "error: jq is required for duplicate-ID validation" >&2;
exit 1; }` and similarly for `python3` so the script exits non-zero with a clear
error message if the required tool is absent, ensuring the duplicate-ID and
overlap validation code paths always run when tools are present.
metrics/grafana/ticdc_new_arch.json (1)

1114-26015: Consider enhancing the PR description.

The PR description contains only template placeholders without specific details about:

  • Which panels had duplicate IDs or layout conflicts
  • How the new ID ranges (62002-62005) were chosen
  • What testing was performed to verify the fixes
  • The specific issue number being addressed

While not a code issue, adding these details would improve traceability and make it easier for reviewers to verify that the changes fully address the layout conflicts mentioned in the PR title.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@metrics/grafana/ticdc_new_arch.json` around lines 1114 - 26015, PR
description is too generic; please update it with concrete details: list the
exact panels that had duplicate IDs/layout conflicts (e.g., panels with ids
62002, 62003, 62004, 62005), explain how you selected the new id range
(62002-62005) and why that range avoids collisions, describe the verification
steps you ran (manual Grafana import, visual layout checks, and any automated
validation), and reference the issue/PR number this change addresses and any
follow-up steps; include the dashboard uid (YiGL8hBZ0aac) and the affected
dashboard title (${DS_TEST-CLUSTER}-TiCDC-New-Arch) so reviewers can reproduce
and validate the fix.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@metrics/grafana/ticdc_new_arch.json`:
- Line 1114: The dashboard JSON still contains duplicate panel "id" values
(notably 22476, 3, and 60007) even though you added unique new IDs
(62002–62005); locate every panel object with an "id" field (search for "id":
22476, "id": 3, and "id": 60007) and reassign each duplicated panel a globally
unique integer ID that does not collide with existing IDs (including the newly
added 62002–62005), updating any internal references if present so all panels
have unique "id" values and the layout conflicts are fully resolved.

In `@metrics/nextgengrafana/ticdc_new_arch_next_gen.json`:
- Around line 20177-20179: The dashboard JSON contains duplicate panel IDs
(notably id 22476 used in the panel object referenced by
root.panels[11].panels[19] and again as root.panels[20], and id 60007 used in
root.panels[9].panels[23] and root.panels[18]); to fix, assign new unique
numeric IDs for the duplicated panel objects (e.g., replace one instance of
22476 and one instance of 60007 with freshly generated IDs that do not exist
elsewhere in the document) and update any internal references to those panel IDs
(for example in dashboard links, repeats, or panelTarget references) to the new
values so no two panels share the same id property (verify uniqueness across
root.panels and nested panels after changes).

In `@scripts/check-ticdc-dashboard.sh`:
- Around line 20-25: The duplicate-ID detection uses the jq expression assigned
to dup which only inspects nested panels (.panels[] | .panels[]?) and thus
misses top-level panels/rows; update the jq expression (the one building dup and
the separate jq that computes max id) to collect both nested panels and
top-level panel objects (so top-level entries are treated the same as .panels[]
items) before grouping by .id and computing max, ensuring the dup variable and
the max-ID query operate over the same complete set of panels for
"$dashboard_file".

---

Nitpick comments:
In `@metrics/grafana/ticdc_new_arch.json`:
- Around line 1114-26015: PR description is too generic; please update it with
concrete details: list the exact panels that had duplicate IDs/layout conflicts
(e.g., panels with ids 62002, 62003, 62004, 62005), explain how you selected the
new id range (62002-62005) and why that range avoids collisions, describe the
verification steps you ran (manual Grafana import, visual layout checks, and any
automated validation), and reference the issue/PR number this change addresses
and any follow-up steps; include the dashboard uid (YiGL8hBZ0aac) and the
affected dashboard title (${DS_TEST-CLUSTER}-TiCDC-New-Arch) so reviewers can
reproduce and validate the fix.

In `@scripts/check-ticdc-dashboard.sh`:
- Line 19: The script currently uses guards like `if command -v jq &>/dev/null;
then` and `if command -v python3 &>/dev/null; then` which allow it to exit 0 and
skip validations when `jq` or `python3` are missing; change those guards to
explicit preflight checks that fail fast: replace each conditional with a check
such as `command -v jq >/dev/null || { echo "error: jq is required for
duplicate-ID validation" >&2; exit 1; }` and similarly for `python3` so the
script exits non-zero with a clear error message if the required tool is absent,
ensuring the duplicate-ID and overlap validation code paths always run when
tools are present.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e2414b14-97ac-4b35-928a-ca49ad3814c5

📥 Commits

Reviewing files that changed from the base of the PR and between 2fa0037 and b32b297.

📒 Files selected for processing (4)
  • metrics/grafana/ticdc_new_arch.json
  • metrics/nextgengrafana/ticdc_new_arch_next_gen.json
  • metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json
  • scripts/check-ticdc-dashboard.sh

Comment thread metrics/grafana/ticdc_new_arch.json
Comment thread metrics/nextgengrafana/ticdc_new_arch_next_gen.json Outdated
Comment thread scripts/check-ticdc-dashboard.sh
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (2)
metrics/nextgengrafana/ticdc_new_arch_next_gen.json (1)

13545-13548: ⚠️ Potential issue | 🟠 Major

Duplicate panel ID 22476 is still present.

Line 13548 and Line 20179 both use id: 22476, which can still cause Grafana edit/render conflicts. One of these IDs must be reassigned to a unique value.

Also applies to: 20177-20179

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@metrics/nextgengrafana/ticdc_new_arch_next_gen.json` around lines 13545 -
13548, There are duplicate Grafana panel IDs (id: 22476) in the JSON (occurs at
the shown block and again around the other block), which will conflict at
render/edit time; locate both occurrences of "id": 22476 in the
ticdc_new_arch_next_gen JSON (panels entries) and change one of them to a new,
unique numeric id that does not collide with any other "id" values in the file,
and ensure any internal references to that panel id (e.g., "panelId", dashboard
links or repeated references inside the same panel object) are updated
accordingly so the JSON remains internally consistent.
metrics/grafana/ticdc_new_arch.json (1)

13545-13548: ⚠️ Potential issue | 🔴 Critical

Duplicate panel/row ID still present (22476) — layout conflict risk remains.

"id": 22476 appears at both Line 13548 and Line 20179. Grafana panel IDs must be unique per dashboard; this can still cause ordering/render conflicts and means the duplicate-ID objective is not fully complete.

Also applies to: 20174-20180

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@metrics/grafana/ticdc_new_arch.json` around lines 13545 - 13548, The
dashboard JSON still contains a duplicate panel/row ID "22476" (occurs at the
shown block and again around the 20174–20180 range); locate the JSON objects
with "id": 22476 (e.g., the object that contains "hiddenSeries": false and the
other instance around lines referenced) and replace the duplicate with a new
unique numeric ID that does not appear elsewhere in the file, then scan the
panels/rows arrays to ensure no other objects use that ID and update any
internal references that point to the old ID so the panel/row relationships
remain consistent.
🧹 Nitpick comments (1)
metrics/nextgengrafana/ticdc_new_arch_next_gen.json (1)

1114-1114: Validation coverage should include this next-gen dashboard file.

Because this file’s panel IDs are being changed, the checker should validate it directly too. In scripts/check-ticdc-dashboard.sh (Line 16 in provided snippet), dashboard_file is hardcoded to metrics/grafana/ticdc_new_arch.json, so regressions here can slip through CI.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@metrics/nextgengrafana/ticdc_new_arch_next_gen.json` at line 1114, The CI
checker script scripts/check-ticdc-dashboard.sh currently hardcodes
dashboard_file to metrics/grafana/ticdc_new_arch.json and therefore skips
validating the next-gen dashboard
metrics/nextgengrafana/ticdc_new_arch_next_gen.json; update the script (look for
the dashboard_file variable and the validation invocation) to also validate the
next-gen file—either by adding a second dashboard_file entry for
metrics/nextgengrafana/ticdc_new_arch_next_gen.json or by iterating over both
file paths so the panel ID changes in ticdc_new_arch_next_gen.json are covered
by the checker.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json`:
- Line 9869: Update the PR description and release notes to explicitly document
the change to the dashboard refresh interval: the JSON key "refresh" in
ticdc_new_arch_with_keyspace_name.json was changed to "10s", which increases
dashboard responsiveness but also raises query/load on the metrics backend;
mention the reason this change was made (e.g., UX/layout fix), the expected
impact on query load, and any recommended migration or rollback guidance so
reviewers and operators understand the behavioral change.

---

Duplicate comments:
In `@metrics/grafana/ticdc_new_arch.json`:
- Around line 13545-13548: The dashboard JSON still contains a duplicate
panel/row ID "22476" (occurs at the shown block and again around the 20174–20180
range); locate the JSON objects with "id": 22476 (e.g., the object that contains
"hiddenSeries": false and the other instance around lines referenced) and
replace the duplicate with a new unique numeric ID that does not appear
elsewhere in the file, then scan the panels/rows arrays to ensure no other
objects use that ID and update any internal references that point to the old ID
so the panel/row relationships remain consistent.

In `@metrics/nextgengrafana/ticdc_new_arch_next_gen.json`:
- Around line 13545-13548: There are duplicate Grafana panel IDs (id: 22476) in
the JSON (occurs at the shown block and again around the other block), which
will conflict at render/edit time; locate both occurrences of "id": 22476 in the
ticdc_new_arch_next_gen JSON (panels entries) and change one of them to a new,
unique numeric id that does not collide with any other "id" values in the file,
and ensure any internal references to that panel id (e.g., "panelId", dashboard
links or repeated references inside the same panel object) are updated
accordingly so the JSON remains internally consistent.

---

Nitpick comments:
In `@metrics/nextgengrafana/ticdc_new_arch_next_gen.json`:
- Line 1114: The CI checker script scripts/check-ticdc-dashboard.sh currently
hardcodes dashboard_file to metrics/grafana/ticdc_new_arch.json and therefore
skips validating the next-gen dashboard
metrics/nextgengrafana/ticdc_new_arch_next_gen.json; update the script (look for
the dashboard_file variable and the validation invocation) to also validate the
next-gen file—either by adding a second dashboard_file entry for
metrics/nextgengrafana/ticdc_new_arch_next_gen.json or by iterating over both
file paths so the panel ID changes in ticdc_new_arch_next_gen.json are covered
by the checker.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c7ac89d9-16c8-4330-b6f8-141a27bbf66e

📥 Commits

Reviewing files that changed from the base of the PR and between b32b297 and c179aa9.

📒 Files selected for processing (4)
  • metrics/grafana/ticdc_new_arch.json
  • metrics/nextgengrafana/ticdc_new_arch_next_gen.json
  • metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json
  • scripts/check-ticdc-dashboard.sh
🚧 Files skipped from review as they are similar to previous changes (1)
  • scripts/check-ticdc-dashboard.sh

Comment thread metrics/nextgengrafana/ticdc_new_arch_with_keyspace_name.json
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Mar 17, 2026
@ti-chi-bot ti-chi-bot bot added the lgtm label Mar 17, 2026
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot bot commented Mar 17, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tenfyzhong, wk989898

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [tenfyzhong,wk989898]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Mar 17, 2026
@ti-chi-bot
Copy link
Copy Markdown

ti-chi-bot bot commented Mar 17, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-03-17 07:35:45.408935293 +0000 UTC m=+256072.496592830: ☑️ agreed by tenfyzhong.
  • 2026-03-17 07:53:36.96700445 +0000 UTC m=+257144.054661987: ☑️ agreed by wk989898.

@ti-chi-bot ti-chi-bot bot merged commit 21ce9d7 into master Mar 17, 2026
25 of 26 checks passed
@ti-chi-bot ti-chi-bot bot deleted the ldz/fix-metrics0317 branch March 17, 2026 13:50
tenfyzhong pushed a commit that referenced this pull request Mar 18, 2026
close #4508

(cherry picked from commit 21ce9d7)
Signed-off-by: tenfyzhong <tenfy@tenfy.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TiCDC Grafana dashboard layout is broken by overlapping panels

3 participants