This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrates control to use subscription groups
- subscriptionGroups maintain a view of requested metrics, expanded metrics plugins and metric configuration per subscription group - subscriptionGroups are added/removed when tasks are stopped/started (SubscribeDeps/UnsubscribeDeps) - subscriptionGroups are processed on plugin load and unload events - processing a subscriptionGroup involves determing the resulting metrics from the requested metrics and subscribing/unsubscribing to plugins as necessary - Removes the need for bound vs unbound subscriptions with respect to plugin pools
- Loading branch information
Showing
41 changed files
with
2,338 additions
and
1,691 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
Oops, something went wrong.