kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-503] Support for multiple readers #1428

Closed rju closed 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-503 Support for multiple readers Original Reporter: Andre van Hoorn


Kieker's new configuration meta model allows KIEKER-500 Done the use of multiple readers (before limited to one). However, the implementation of the analysis is still limited to a single reader.

Jan did some adjustments already which lead to changes in the APIs and the way readers are executed.

Jan Waller: Please provide some documentation here ...

rju commented 1 week ago

author Jan Waller -- Wed, 22 Feb 2012 11:09:43 +0100

Support for multiple reads is straightforward.
Simply register multiple one in the controller and connect them as wished.

Problems could occur within the plugins, which have to be implemented in a thread-safe manner.