Update OptoHybrid metrics
Description
Recent operation issues at P5 are leading us to enhance our monitoring system in order to:
- be able to monitor the SEU (see #278 (closed));
- discard S-bit clusters whenever the link is unstable;
- record the preprocessed metrics exported to the DCS back in the DAQ monitoring JSON object (see #276 (closed)).
While 1 and 2 are mostly firmware-related, the software monitoring must be adjusted. Point 3 is only software. This merge request aims to implement all the required changes.
Related Issue
Fixes #276 (closed) and #278 (closed).
How Has This Been Tested?
Tested on the GEx/1 integration setups in B904 as well as on the GEx/1 production system at P5.
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
-
My code follows the code style of this project. -
My change requires a change to the documentation. -
I have updated the documentation accordingly. -
I have read the CONTRIBUTING document. -
I have added tests to cover my changes. -
All new and existing tests passed.
Edited by Laurent Petre