Move the monitor controller into pkg/enterprise - #5273
Open
caseydavenport wants to merge 3 commits into
Open
Conversation
A variant contributes its own controllers through the controller list on the controller options, which the manager setup iterates instead of naming them.
The Enterprise tree mirrors the core tree it came from, keeping controllers apart from the extension packages that share the directory.
caseydavenport
force-pushed
the
casey-enterprise-controllers
branch
from
August 29, 2026 15:36
914a82a to
fca5347
Compare
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.
Description
First of the controller relocations for CORE-13484. The monitoring controller is Enterprise-only, so it moves under the Enterprise package along with the registration seam the rest of the moves need.
pkg/enterprise/controllerand its render code will land inpkg/enterprise/render. Flat would collide with the extension packages already sharing that directory.The rest of the Enterprise-only controllers follow in separate PRs, one subsystem at a time.
Related: CORE-13484
Release Note