-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for basic subsystem
Problem: we will eventually want to have multiple subsystems Solution: for the time being, create a cluster graph with a named subsystem lookup. Each item in the lookup is a named subsystem, with a dominant one defined on the initial cluster graph creation (currently set to be "nodes"). We can then register clusters to the dominant subsystem (and eventually register or add metadata for other subsystems). For an early prototype, each subsystem graph will have a common root, off of which named clusters will be defined. Metrics will be added for each graph under the subsystem for a quick assessment if some total resource is sufficient to warrant traversing the graph (not done yet) Signed-off-by: vsoch <vsoch@users.noreply.github.com>
- Loading branch information
Showing
20 changed files
with
384 additions
and
248 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.