|
PACS System 0.1.0
PACS DICOM system library
|
Standard metric structure for DIMSE service data. More...
#include <dicom_service_collector.h>

Public Member Functions | |
| service_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 |
Standard metric structure for DIMSE service data.
Definition at line 37 of file dicom_service_collector.h.
|
inline |
Definition at line 44 of file dicom_service_collector.h.
| std::unordered_map<std::string, std::string> kcenon::pacs::monitoring::service_metric::labels |
Definition at line 42 of file dicom_service_collector.h.
| std::string kcenon::pacs::monitoring::service_metric::name |
Definition at line 38 of file dicom_service_collector.h.
| std::chrono::system_clock::time_point kcenon::pacs::monitoring::service_metric::timestamp |
Definition at line 41 of file dicom_service_collector.h.
| std::string kcenon::pacs::monitoring::service_metric::type |
Definition at line 40 of file dicom_service_collector.h.
| double kcenon::pacs::monitoring::service_metric::value |
Definition at line 39 of file dicom_service_collector.h.