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

Null monitoring backend (no-op) More...

Include dependency graph for null_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::null_monitoring_backend
 No-op monitoring backend. More...
 

Namespaces

namespace  database
 
namespace  database::integrated
 
namespace  database::integrated::adapters
 
namespace  database::integrated::adapters::backends
 

Detailed Description

Null monitoring backend (no-op)

Provides a no-op monitoring backend that discards all metrics and operations. Useful for:

  • Performance-critical sections where monitoring overhead should be avoided
  • Testing where monitoring is not desired
  • Production environments with monitoring disabled

Definition in file null_monitoring_backend.h.