hydra-queue-runer: split metrics functionality into its own function

This commit is contained in:
Cole Helbling
2022-03-29 10:55:28 -07:00
parent 928b3b8268
commit 4789eba92c
2 changed files with 21 additions and 11 deletions

View File

@@ -549,6 +549,8 @@ private:
void addRoot(const nix::StorePath & storePath);
void runMetricsExporter();
public:
void showStatus();