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

Thread pool metrics collection, histograms, and observability. More...

Classes

class  kcenon::thread::metrics::EnhancedThreadPoolMetrics
 Enhanced thread pool metrics with histograms and percentiles. More...
 
class  kcenon::thread::metrics::LatencyHistogram
 HDR-style histogram for latency distribution with logarithmic buckets. More...
 
class  kcenon::thread::metrics::MetricsBackend
 Abstract interface for metrics export backends. More...
 
class  kcenon::thread::metrics::MetricsBase
 Abstract base class for thread pool metrics. More...
 
class  kcenon::thread::metrics::metrics_service
 Centralized metrics service for thread pool metrics management. More...
 
class  kcenon::thread::metrics::SlidingWindowCounter
 Sliding window counter for throughput measurement. More...
 
class  kcenon::thread::metrics::ThreadPoolMetrics
 Lightweight metrics container shared between thread_pool and workers. More...
 

Detailed Description

Thread pool metrics collection, histograms, and observability.