| commit | cf864da947cc93fbed77eec4d23ec5b162003fbd | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Wed Jul 31 11:23:34 2024 +0000 |
| committer | Serge Bazanski <serge@monogon.tech> | Tue Aug 06 14:00:50 2024 +0000 |
| tree | f1c72c8891fc8cef4c5cbc2826e8ffa63235bc70 | |
| parent | eca8ee3a89affc200d6056b04a14c4f20fddc91f [diff] |
osbase/supervisor: implement Metrics API This is a base building block for exporting per-DN/runnable status from the supervisor into an external system. A sample implementation is provided which can be used in simple debug facilities to inspect the current supervision tree. A follow-up change will use the same API to implement Prometheus metrics. Change-Id: I0d586b03a397a3ccf8dac2d8043b9dd2f319be4e Reviewed-on: https://review.monogon.dev/c/monogon/+/3290 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.