Skip to content

v0.20.0

Choose a tag to compare

@Barthelemy Barthelemy released this 18 Dec 08:12
· 2621 commits to master since this release
264f5c3

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.