|
PACS System 0.1.0
PACS DICOM system library
|
DICOM DIMSE Service metrics collector. More...
#include <array>#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::service_metric |
| Standard metric structure for DIMSE service data. More... | |
| class | kcenon::pacs::monitoring::dicom_service_collector |
| Collector for DICOM DIMSE service operation metrics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::monitoring |
DICOM DIMSE Service metrics collector.
This file provides a collector for DICOM DIMSE service operation metrics, compatible with the monitoring_system collector plugin interface.
Definition in file dicom_service_collector.h.