31 namespace MetricsSource {
36 using Iterator = std::vector<DataValueType>::iterator;
44 using Iterator = std::vector<DiffValueType>::iterator;
std::vector< DataValueType >::const_iterator ConstIterator
Const iterator type of MetricsDataArray.
int64_t DataValueType
Type of fetched raw metrics.
std::vector< DiffValueType >::iterator Iterator
Iterator type of MetricsDiffArray.
std::vector< DataValueType >::iterator Iterator
Iterator type of MetricsDataArray.
std::vector< DiffValueType >::const_iterator ConstIterator
Const iterator type of MetricsDiffArray.
double DiffValueType
Type of metric variation.