|
PACS System 0.1.0
PACS DICOM system library
|
DICOM Storage metrics collector. More...
#include <chrono>#include <cstdint>#include <memory>#include <mutex>#include <string>#include <unordered_map>#include <vector>#include "../pacs_metrics.h"

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::monitoring::storage_metric |
| Standard metric structure for storage data. More... | |
| class | kcenon::pacs::monitoring::dicom_storage_collector |
| Collector for DICOM storage and data transfer metrics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::monitoring |
DICOM Storage metrics collector.
This file provides a collector for DICOM storage and data transfer metrics, compatible with the monitoring_system collector plugin interface.
Definition in file dicom_storage_collector.h.