Remove everything related to aggregation

This commit is contained in:
Tim Wojtulewicz 2024-03-12 09:56:56 -07:00
parent 643bb38419
commit 4718e5cf00
11 changed files with 60 additions and 166 deletions

View file

@ -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;