Eunomia
0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
|
Go to the documentation of this file.
7 #ifndef EUNOMIA_PROMETHEUS_SERVER_H
8 #define EUNOMIA_PROMETHEUS_SERVER_H
17 #include "prometheus/exposer.h"
18 #include "prometheus/registry.h"
27 std::shared_ptr<prometheus::Registry>
registry;
std::shared_ptr< prometheus::Registry > registry
Definition: prometheus_server.h:27
prometheus_server(std::string bind_address, container_manager &cm)
Definition: promethues_server.cpp:20
int start_prometheus_server()
Definition: promethues_server.cpp:27
manager all container or k8s info
Definition: container_manager.h:21
const container_manager & core_container_manager_ref
Definition: prometheus_server.h:25
prometheus::Exposer exposer
Definition: prometheus_server.h:26
Definition: prometheus_server.h:22