summaryrefslogtreecommitdiffstats
path: root/src/exporter/DaemonMetricCollector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exporter/DaemonMetricCollector.h')
-rw-r--r--src/exporter/DaemonMetricCollector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exporter/DaemonMetricCollector.h b/src/exporter/DaemonMetricCollector.h
index d2e929b4d67..3302e95df91 100644
--- a/src/exporter/DaemonMetricCollector.h
+++ b/src/exporter/DaemonMetricCollector.h
@@ -42,11 +42,11 @@ public:
std::map<std::string, AdminSocketClient> clients;
std::string metrics;
std::pair<labels_t, std::string> add_fixed_name_metrics(std::string metric_name);
+ void update_sockets();
private:
std::mutex metrics_mutex;
std::unique_ptr<MetricsBuilder> builder;
- void update_sockets();
void request_loop(boost::asio::steady_timer &timer);
void dump_asok_metric(boost::json::object perf_info,