MetroCollect  2.3.4
SnapInterface::SnapStreamInterface::MetricsPackage::TimedMetrics Struct Reference

Simple array of metrics with a timestamp. More...

#include <SnapStreamInterface.h>

Collaboration diagram for SnapInterface::SnapStreamInterface::MetricsPackage::TimedMetrics:

Public Attributes

std::chrono::system_clock::time_point timestamp
 Timestamp of the metrics. More...
 
std::vector< MetroCollect::DiffValueTypevalues
 Array of metrics. More...
 

Detailed Description

Simple array of metrics with a timestamp.

Definition at line 53 of file SnapStreamInterface.h.

Member Data Documentation

◆ timestamp

std::chrono::system_clock::time_point SnapInterface::SnapStreamInterface::MetricsPackage::TimedMetrics::timestamp

Timestamp of the metrics.

Definition at line 54 of file SnapStreamInterface.h.

◆ values

std::vector<MetroCollect::DiffValueType> SnapInterface::SnapStreamInterface::MetricsPackage::TimedMetrics::values

Array of metrics.

Definition at line 55 of file SnapStreamInterface.h.


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