PMM-13932: Add Environment filter to MySQL Replication Summary#5647
Open
mattiasimonato wants to merge 9 commits into
Open
PMM-13932: Add Environment filter to MySQL Replication Summary#5647mattiasimonato wants to merge 9 commits into
mattiasimonato wants to merge 9 commits into
Conversation
mattiasimonato
requested review from
fabio-silva and
matejkubinec
and removed request for
a team
July 15, 2026 12:42
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5647 +/- ##
==========================================
- Coverage 43.59% 37.02% -6.57%
==========================================
Files 415 215 -200
Lines 43134 7160 -35974
Branches 0 585 +585
==========================================
- Hits 18804 2651 -16153
+ Misses 22454 4314 -18140
+ Partials 1876 195 -1681
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 Replication Summary Grafana dashboard to add an Environment filter and make the top-level dashboard filters multi-select, so users can narrow down Replication Set and Service Name options by environment.
Changes:
- Added an
Environmenttemplate variable (dropdown) based onlabel_values(mysql_up, environment). - Updated the
Replication SetandService Namevariable queries to be filtered by the selected environment. - Enabled multi-select for
Environment,Replication Set, andService Namevariables, and removed the previously hiddenEnvironmentvariable definition.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mattiasimonato
marked this pull request as ready for review
July 15, 2026 13:40
fabio-silva
approved these changes
Jul 15, 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-13932
Feature build: SUBMODULES-4471
Adds the
Environmentdropdown to the MySQL Replication Summary dashboard, filters Replication Set and Service Name by the selected environment, and enables multi-select for all three filters.