Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::integrated::adapters::backends::health_check_result Struct Reference

Health check result structure. More...

#include <monitoring_backend.h>

Collaboration diagram for database::integrated::adapters::backends::health_check_result:
Collaboration graph

Public Attributes

health_status status
 
std::string message
 
std::unordered_map< std::string, std::string > metadata
 

Detailed Description

Health check result structure.

Definition at line 60 of file monitoring_backend.h.

Member Data Documentation

◆ message

std::string database::integrated::adapters::backends::health_check_result::message

◆ metadata

std::unordered_map<std::string, std::string> database::integrated::adapters::backends::health_check_result::metadata

◆ status


The documentation for this struct was generated from the following file: