|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Fallback monitoring backend using internal metrics tracking. More...
#include "monitoring_backend.h"#include "../monitoring_adapter.h"#include <chrono>#include <mutex>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| class | database::integrated::adapters::backends::fallback_monitoring_backend |
| Basic monitoring backend using internal metrics storage. More... | |
Namespaces | |
| namespace | database |
| namespace | database::integrated |
| namespace | database::integrated::adapters |
| namespace | database::integrated::adapters::backends |
Fallback monitoring backend using internal metrics tracking.
Used when monitoring_system is not available. Provides basic monitoring functionality with internal metrics storage.
Features:
Definition in file fallback_monitoring_backend.h.