commit | dea7cd0e3d0aeee571f25209d76b52cc495a389f | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Apr 26 13:58:17 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Apr 27 12:34:43 2023 +0000 |
tree | 9aa755c3488f2db6f15327a3f0feef7147a434a3 | |
parent | c50f69427b1bb1816fa1ae8ecbdd1f00651f1e7f [diff] |
cloud/shepherd: add equinix API metrics This adds the following signals to our interaction with the Equinix API: 1. Latency 2. Traffic 3. Errors 4. Saturation Change-Id: Ic2d5e36a7a26ab906ac1c2fa6741ebf86b9e551a Reviewed-on: https://review.monogon.dev/c/monogon/+/1606 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 //...