Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
metrics_backend.h File Reference

Abstract interface for metrics export backends. More...

#include <kcenon/thread/metrics/enhanced_metrics.h>
#include <kcenon/thread/metrics/metrics_base.h>
#include <functional>
#include <map>
#include <memory>
#include <string>
Include dependency graph for metrics_backend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::metrics::MetricsBackend
 Abstract interface for metrics export backends. More...
 
class  kcenon::thread::metrics::PrometheusBackend
 Prometheus/OpenMetrics format backend. More...
 
class  kcenon::thread::metrics::JsonBackend
 JSON format backend. More...
 
class  kcenon::thread::metrics::LoggingBackend
 Logging backend for debugging and diagnostics. More...
 
class  kcenon::thread::metrics::BackendRegistry
 Backend registry for managing multiple export formats. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 
namespace  kcenon::thread::metrics
 

Detailed Description

Abstract interface for metrics export backends.

See also
metrics_service

Definition in file metrics_backend.h.