![]() |
Project
|
#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 |
Definition at line 151 of file DataProcessingStats.h.
| int64_t o2::framework::DataProcessingStats::MetricSpec::defaultValue = 0 |
The default value for the metric.
Definition at line 163 of file DataProcessingStats.h.
| bool o2::framework::DataProcessingStats::MetricSpec::enabled = true |
Definition at line 156 of file DataProcessingStats.h.
The kind of the metric.
Definition at line 159 of file DataProcessingStats.h.
| 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 168 of file DataProcessingStats.h.
| int o2::framework::DataProcessingStats::MetricSpec::metricId = -1 |
Definition at line 157 of file DataProcessingStats.h.
| int64_t o2::framework::DataProcessingStats::MetricSpec::minPublishInterval = 0 |
How many milliseconds must have passed since the last publishing.
Definition at line 165 of file DataProcessingStats.h.
| std::string o2::framework::DataProcessingStats::MetricSpec::name = "" |
Definition at line 154 of file DataProcessingStats.h.
| Scope o2::framework::DataProcessingStats::MetricSpec::scope = Scope::DPL |
The scope of the metric.
Definition at line 161 of file DataProcessingStats.h.
| bool o2::framework::DataProcessingStats::MetricSpec::sendInitialValue = false |
Wether or not to consider the metric as updated when we register it.
Definition at line 171 of file DataProcessingStats.h.