|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Registry for managing collector plugin lifecycle. More...
#include <functional>#include <map>#include <memory>#include <mutex>#include <string>#include <string_view>#include <unordered_map>#include <vector>#include "collector_plugin.h"#include "plugin_loader.h"

Go to the source code of this file.
Classes | |
| class | kcenon::monitoring::collector_registry |
| Thread-safe registry for managing collector plugins. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::monitoring |
Registry for managing collector plugin lifecycle.
This file defines the central registry that manages all collector plugins. It provides:
The registry uses a singleton pattern to ensure single global instance.
Usage:
Definition in file collector_registry.h.