hydra-queue-runner: add simple "up" exporter

There are probably better ways to achieve this (and will likely need to
be refactored a bit to support further metrics).
This commit is contained in:
Cole Helbling
2022-03-10 12:21:30 -08:00
parent 5bbaa18a8f
commit 3bf31bd6a6
3 changed files with 25 additions and 1 deletions

View File

@ -565,6 +565,7 @@
(if lib.versionAtLeast lib.version "20.03pre"
then nlohmann_json
else nlohmann_json.override { multipleHeaders = true; })
prometheus-cpp
];
checkInputs = [