Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
thread_system_collector.h File Reference

Metric collector for thread_system pool and queue statistics. More...

#include <algorithm>
#include <atomic>
#include <chrono>
#include <functional>
#include <memory>
#include <mutex>
#include <optional>
#include <string>
#include <thread>
#include <unordered_map>
#include <utility>
#include <vector>
#include "../adapters/thread_adapters.h"
#include "../core/event_bus.h"
#include "../core/event_types.h"
#include "../plugins/collector_plugin.h"
Include dependency graph for thread_system_collector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Metric collector for thread_system pool and queue statistics.

See also
thread_to_monitoring_adapter.h

Definition in file thread_system_collector.h.