|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Health check result structure. More...
#include <monitoring_backend.h>

Public Attributes | |
| health_status | status |
| std::string | message |
| std::unordered_map< std::string, std::string > | metadata |
Health check result structure.
Definition at line 60 of file monitoring_backend.h.
| std::string database::integrated::adapters::backends::health_check_result::message |
Definition at line 63 of file monitoring_backend.h.
Referenced by database::integrated::adapters::backends::fallback_monitoring_backend::check_health(), and database::integrated::adapters::backends::system_monitoring_backend::check_health().
| std::unordered_map<std::string, std::string> database::integrated::adapters::backends::health_check_result::metadata |
Definition at line 64 of file monitoring_backend.h.
Referenced by database::integrated::adapters::backends::fallback_monitoring_backend::check_health(), and database::integrated::adapters::backends::system_monitoring_backend::check_health().
| health_status database::integrated::adapters::backends::health_check_result::status |
Definition at line 62 of file monitoring_backend.h.
Referenced by database::integrated::adapters::backends::fallback_monitoring_backend::check_health(), and database::integrated::adapters::backends::system_monitoring_backend::check_health().