mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Remove everything related to aggregation
This commit is contained in:
parent
643bb38419
commit
4718e5cf00
11 changed files with 60 additions and 166 deletions
|
@ -364,11 +364,8 @@ private:
|
|||
std::shared_ptr<DblGauge> cpu_gauge;
|
||||
std::shared_ptr<IntGauge> fds_gauge;
|
||||
|
||||
std::string export_topic;
|
||||
std::vector<std::string> import_topics;
|
||||
std::string export_endpoint;
|
||||
std::string endpoint_name;
|
||||
std::vector<std::string> export_prefixes;
|
||||
double export_interval = 0.0;
|
||||
|
||||
std::shared_ptr<prometheus::Registry> prometheus_registry;
|
||||
std::unique_ptr<prometheus::Exposer> prometheus_exposer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue