commit | fbda89eeab18b56d0d9908829532e8c86c5e9e6b | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Apr 24 17:43:58 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Apr 25 11:56:50 2023 +0000 |
tree | df7d6823c4315c4d69b21def8f7ad5cbe5b10d55 | |
parent | 00cf57dd411af5f5c9aa21ced2a2d6c67729297c [diff] |
cloud: enable prometheus server This makes cloud components start a Prometheus server on a separate port (:4243 by default) using either gRPC TLS credentials or plain HTTP. The Prometheus server currently only export the standard Go/Process metrics that the default Prometheus library exports. Change-Id: I9f2ae20c34446c0e10a946d4a93251764f5d2fce Reviewed-on: https://review.monogon.dev/c/monogon/+/1599 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
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 //...