artdaq  v3_12_02
mfplugins::ELArtdaqMetric::Config Struct Reference

Configuration Parameters for ELArtdaqMetric. More...

Public Attributes

fhicl::TableFragment
< ELdestination::Config > 
elDestConfig
 ELDestination common parameters.
 
fhicl::Atom< bool > showDebug
 "showDebug" (Default: False): Send metrics for Debug messages More...
 
fhicl::Atom< bool > showInfo
 "showInfo" (Default: False): Send metrics for Info messages More...
 
fhicl::Atom< bool > showWarning
 "showWarning" (Default: true): Send metrics for Warning messages More...
 
fhicl::Atom< bool > showError
 "showError" (Default: true): Send metrics for Error messages More...
 
fhicl::Atom< size_t > messageLength = fhicl::Atom<size_t>(fhicl::Name{"messageLength"}, fhicl::Comment{"Maximum length of metric titles (0 for unlimited)"}, 40)
 "messageLength" (Default: 40): Number of characters to use for metric title
 
fhicl::Atom< size_t > metricLevelOffset = fhicl::Atom<size_t>(fhicl::Name{"metricLevelOffset"}, fhicl::Comment{"Offset for Metric Levels (+0: summary rates, +1 errors, ...)"}, 10)
 "metricLevelOffset" (Default: 10): Offset for Metric Levels (+0: summary rates, +1 errors, ...)
 

Detailed Description

Configuration Parameters for ELArtdaqMetric.

Definition at line 29 of file ArtdaqMetric_mfPlugin.cc.

Member Data Documentation

fhicl::Atom<bool> mfplugins::ELArtdaqMetric::Config::showDebug
Initial value:
=
fhicl::Atom<bool>{fhicl::Name{"showDebug"}, fhicl::Comment{"Send Metrics for Debug messages"}, false}

"showDebug" (Default: False): Send metrics for Debug messages

Definition at line 34 of file ArtdaqMetric_mfPlugin.cc.

fhicl::Atom<bool> mfplugins::ELArtdaqMetric::Config::showError
Initial value:
=
fhicl::Atom<bool>{fhicl::Name{"showError"}, fhicl::Comment{"Send Metrics for Error messages"}, true}

"showError" (Default: true): Send metrics for Error messages

Definition at line 43 of file ArtdaqMetric_mfPlugin.cc.

fhicl::Atom<bool> mfplugins::ELArtdaqMetric::Config::showInfo
Initial value:
=
fhicl::Atom<bool>{fhicl::Name{"showInfo"}, fhicl::Comment{"Send Metrics for Info messages"}, false}

"showInfo" (Default: False): Send metrics for Info messages

Definition at line 37 of file ArtdaqMetric_mfPlugin.cc.

fhicl::Atom<bool> mfplugins::ELArtdaqMetric::Config::showWarning
Initial value:
=
fhicl::Atom<bool>{fhicl::Name{"showWarning"}, fhicl::Comment{"Send Metrics for Warning messages"}, true}

"showWarning" (Default: true): Send metrics for Warning messages

Definition at line 40 of file ArtdaqMetric_mfPlugin.cc.


The documentation for this struct was generated from the following file: