Skip to content

Configure OnlMonitoringSink service and fixes for new histograms

Felipe Luan Souza De Almeida requested to merge felipe-online-sink-svc into master

Configures Online monitoring sink service to publish counters and histograms.

  • Add properties that select which counters and histograms to publish.
  • Remove declareInfo overloads for new histograms and related macros. All happens through the type-erased Gaudi::Monitoring::Hub::Entity.
  • Fix issue in MonHist<Entity>::serialize (size used in memcpy call)
  • Add support to counters of type BinomialCounter<double> in taskCounters.cpp

The actual changes are in !592 (b8e2b160) (the rest is formatting).

FYI @rmatev

Edited by Felipe Luan Souza De Almeida

Merge request reports