PMM-14908: exclude async replicas from MySQL GR delay panels#5664
Open
mattiasimonato wants to merge 4 commits into
Open
PMM-14908: exclude async replicas from MySQL GR delay panels#5664mattiasimonato wants to merge 4 commits into
mattiasimonato wants to merge 4 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5664 +/- ##
==========================================
- Coverage 43.59% 37.02% -6.57%
==========================================
Files 415 215 -200
Lines 43134 7160 -35974
Branches 0 591 +591
==========================================
- Hits 18804 2651 -16153
+ Misses 22454 4371 -18083
+ Partials 1876 138 -1738
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the MySQL Group Replication Summary Grafana dashboard to ensure the “Replication Delay Details” panels only display Group Replication (GR) members, excluding async replicas that may expose similarly named worker-lag metrics.
Changes:
- Updated five PromQL expressions to intersect worker lag/latency metrics with GR
member_infometrics (including the MySQL 5 variant) usingand on(service_name). - Ensures panels only show series for services that are confirmed GR members under the selected
$replication_set.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1 task
mattiasimonato
marked this pull request as ready for review
July 20, 2026 07:05
mattiasimonato
requested review from
fabio-silva,
matejkubinec and
michaelcoburn
and removed request for
a team
July 20, 2026 07:05
fabio-silva
approved these changes
Jul 20, 2026
matejkubinec
approved these changes
Jul 20, 2026
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.
Ticket number: PMM-14908
Feature build: SUBMODULES-5664
member_info(including MySQL 5 variant and$replication_set) so only GR members appear