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

Simple metrics snapshot structure. More...

#include <monitoring_backend.h>

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

Public Attributes

std::unordered_map< std::string, double > gauges
 
std::unordered_map< std::string, uint64_t > counters
 
std::string source_id
 

Detailed Description

Simple metrics snapshot structure.

Definition at line 39 of file monitoring_backend.h.

Member Data Documentation

◆ counters

std::unordered_map<std::string, uint64_t> database::integrated::adapters::backends::metrics_snapshot::counters

◆ gauges

std::unordered_map<std::string, double> database::integrated::adapters::backends::metrics_snapshot::gauges

◆ source_id

std::string database::integrated::adapters::backends::metrics_snapshot::source_id

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