Skip to content

Update OptoHybrid metrics

Laurent Petre requested to merge feature/updated-oh-metrics into main

Description

Recent operation issues at P5 are leading us to enhance our monitoring system in order to:

  1. be able to monitor the SEU (see #278 (closed));
  2. discard S-bit clusters whenever the link is unstable;
  3. 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

Merge request reports