You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
Checkers 2.0: The relationship between MonitorObjects (MOs) and Checks has been reworked. It is now possible to have several MOs as inputs of one Check, even if they are produced by different QC Tasks. The Checks' are configured in JSON files not in the code any more, just like the Tasks. See this documentation for details. If you have a development fork/branch, you might need to adapt your checks configuration to these changes.
Bug fixes
N/A
Detectors code
EMCal: Initial version of the RawTask
Documentation
Addition of an example publisher (DataProducerExample) and update of the related documentation.
Misc
Unified logging in the QC framework: We now consistently use the InfoLogger throughout the QC framework and the modules developed by us. We use it through the interface QcInfoLogger.
InformationService removal: The ServiceDiscovery, backed by Consul, has replaced the InformationService.