bring back the working version Cole made

This commit is contained in:
Graham Christensen
2022-04-06 15:49:38 -04:00
parent 5bff730f2c
commit 46f52b4c4e
3 changed files with 8 additions and 16 deletions

View File

@@ -439,8 +439,8 @@ private:
std::shared_ptr<prometheus::Registry> registry;
// prometheus::Family<prometheus::Counter>& call_ctr_family;
prometheus::Counter& call_ctr;
prometheus::Family<prometheus::Counter>& call_ctr;
prometheus::Counter& queue_queued_builds_calls;
public:
State(std::optional<std::string> metricsAddrOpt);