commit | c50f69427b1bb1816fa1ae8ecbdd1f00651f1e7f | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Apr 24 18:27:22 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Apr 25 12:45:16 2023 +0000 |
tree | 0db95195b72142bfbfd9054d2505d40c99ccc6a4 | |
parent | 2bffb6fd2e9af6c4b0e79a1d69a4be1a3275ba40 [diff] |
cloud/bmaas/bmdb: implement BMDB client metrics This implements some basic BMDB metrics exported by any client code using the BMDB. It also enables their use in the Shepherd and BMSRV. Change-Id: I1d5e82fd2c34a7bfd42f37fad540d69f7b23f347 Reviewed-on: https://review.monogon.dev/c/monogon/+/1600 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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!
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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...