Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
fallback_monitoring_backend.h File Reference

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>
Include dependency graph for fallback_monitoring_backend.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Fallback monitoring backend using internal metrics tracking.

Used when monitoring_system is not available. Provides basic monitoring functionality with internal metrics storage.

Features:

  • In-memory metrics storage
  • Thread-safe operation with mutex
  • Query latency percentile calculations
  • Health check with configurable thresholds

Definition in file fallback_monitoring_backend.h.