PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::monitoring::association_metric Struct Reference

Standard metric structure for association data. More...

#include <dicom_association_collector.h>

Collaboration diagram for kcenon::pacs::monitoring::association_metric:
Collaboration graph

Public Member Functions

 association_metric (std::string n, double v, std::string t, std::unordered_map< std::string, std::string > l={})
 

Public Attributes

std::string name
 
double value
 
std::string type
 
std::chrono::system_clock::time_point timestamp
 
std::unordered_map< std::string, std::string > labels
 

Detailed Description

Standard metric structure for association data.

Definition at line 36 of file dicom_association_collector.h.

Constructor & Destructor Documentation

◆ association_metric()

kcenon::pacs::monitoring::association_metric::association_metric ( std::string n,
double v,
std::string t,
std::unordered_map< std::string, std::string > l = {} )
inline

Member Data Documentation

◆ labels

std::unordered_map<std::string, std::string> kcenon::pacs::monitoring::association_metric::labels

◆ name

std::string kcenon::pacs::monitoring::association_metric::name

◆ timestamp

std::chrono::system_clock::time_point kcenon::pacs::monitoring::association_metric::timestamp

◆ type

std::string kcenon::pacs::monitoring::association_metric::type

◆ value

double kcenon::pacs::monitoring::association_metric::value

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