Project
Loading...
Searching...
No Matches
o2::framework::DataProcessingStats::MetricSpec Struct Reference

#include <DataProcessingStats.h>

Public Attributes

std::string name = ""
 
bool enabled = true
 
int metricId = -1
 
Kind kind = Kind::Int
 The kind of the metric.
 
Scope scope = Scope::DPL
 The scope of the metric.
 
int64_t defaultValue = 0
 The default value for the metric.
 
int64_t minPublishInterval = 0
 How many milliseconds must have passed since the last publishing.
 
uint64_t maxRefreshLatency = -1
 
bool sendInitialValue = false
 

Detailed Description

Definition at line 149 of file DataProcessingStats.h.

Member Data Documentation

◆ defaultValue

int64_t o2::framework::DataProcessingStats::MetricSpec::defaultValue = 0

The default value for the metric.

Definition at line 161 of file DataProcessingStats.h.

◆ enabled

bool o2::framework::DataProcessingStats::MetricSpec::enabled = true

Definition at line 154 of file DataProcessingStats.h.

◆ kind

Kind o2::framework::DataProcessingStats::MetricSpec::kind = Kind::Int

The kind of the metric.

Definition at line 157 of file DataProcessingStats.h.

◆ maxRefreshLatency

uint64_t o2::framework::DataProcessingStats::MetricSpec::maxRefreshLatency = -1

After how many milliseconds we should still refresh the metric -1 means that we never refresh it automatically.

Definition at line 166 of file DataProcessingStats.h.

◆ metricId

int o2::framework::DataProcessingStats::MetricSpec::metricId = -1

Definition at line 155 of file DataProcessingStats.h.

◆ minPublishInterval

int64_t o2::framework::DataProcessingStats::MetricSpec::minPublishInterval = 0

How many milliseconds must have passed since the last publishing.

Definition at line 163 of file DataProcessingStats.h.

◆ name

std::string o2::framework::DataProcessingStats::MetricSpec::name = ""

Definition at line 152 of file DataProcessingStats.h.

◆ scope

Scope o2::framework::DataProcessingStats::MetricSpec::scope = Scope::DPL

The scope of the metric.

Definition at line 159 of file DataProcessingStats.h.

◆ sendInitialValue

bool o2::framework::DataProcessingStats::MetricSpec::sendInitialValue = false

Wether or not to consider the metric as updated when we register it.

Definition at line 169 of file DataProcessingStats.h.


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