This issue exposes the runner's metrics over HTTP so Prometheus can scrape them, gated behind a runner cargo feature so the library build is unaffected. It should be a good citizen in the process lifecycle, starting with the runner and stopping cleanly; a small HTTP framework is a natural fit.
This issue exposes the runner's metrics over HTTP so Prometheus can scrape them, gated behind a
runnercargo feature so the library build is unaffected. It should be a good citizen in the process lifecycle, starting with the runner and stopping cleanly; a small HTTP framework is a natural fit.