-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add ConfigType to ConfigData for improved errors * Add validation errors to DataFromProto * Improve config parsing and validation message
- Loading branch information
1 parent
db9fc8a
commit 41910ad
Showing
15 changed files
with
155 additions
and
154 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
title Plugin Events | ||
|
||
|
||
participant CLI | ||
participant Collector | ||
participant PluginManager | ||
participant Plugin | ||
|
||
|
||
|
||
[->CLI:Collect | ||
activate CLI | ||
CLI->Collector:Collect | ||
activate Collector | ||
Collector->>PluginManager:Collect | ||
activate PluginManager | ||
Collector->Collector:handlePluginEvent | ||
activate Collector | ||
PluginManager->Plugin:Collect | ||
activate Plugin | ||
PluginManager ->PluginManager:readCollectionEvents | ||
activate PluginManager | ||
Plugin -->>PluginManager:event | ||
PluginManager -->> Collector:event | ||
Plugin -->>PluginManager:event | ||
PluginManager -->> Collector:event |
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.