|
PACS System 0.1.0
PACS DICOM system library
|
Adapter for PACS performance metrics and distributed tracing. More...
#include <chrono>#include <cstdint>#include <functional>#include <map>#include <memory>#include <optional>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::integration::monitoring_config |
| Configuration options for the monitoring adapter. More... | |
| class | kcenon::pacs::integration::monitoring_adapter |
| Adapter for PACS performance metrics and distributed tracing. More... | |
| class | kcenon::pacs::integration::monitoring_adapter::span |
| Represents a unit of work in distributed tracing. More... | |
| struct | kcenon::pacs::integration::monitoring_adapter::health_status |
| Health check result containing component status. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::integration |
Macros | |
| #define | PACS_INTEGRATION_QUERY_LEVEL_DEFINED |
Adapter for PACS performance metrics and distributed tracing.
This file provides the monitoring_adapter class for integrating monitoring_system with PACS operations. It supports performance metrics collection, distributed tracing for request tracking, and health check functionality.
Definition in file monitoring_adapter.h.
| #define PACS_INTEGRATION_QUERY_LEVEL_DEFINED |
Definition at line 38 of file monitoring_adapter.h.