From ca6b9463534840f0bf9279cf882e79ec8ce1777b Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 19 Dec 2023 05:17:12 +0000 Subject: [PATCH] Update metrics documentation Signed-off-by: GitHub --- docs/metrics.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/metrics.md b/docs/metrics.md index e656c586..75da6653 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -11,6 +11,7 @@ They reflect and describe exactly what is being exposed. - [cluster-network-addons-operator](#cluster-network-addons-operator) - [ssp-operator](#ssp-operator) - [hostpath-provisioner-operator](#hostpath-provisioner-operator) +- [hostpath-provisioner](#hostpath-provisioner) - [hyperconverged-cluster-operator](#hyperconverged-cluster-operator)
@@ -335,6 +336,13 @@ VM with RBD mounted volume. Type: Gauge. ### kubevirt_hpp_operator_up The number of running hostpath-provisioner-operator pods. Type: Gauge. +
+ +## [hostpath-provisioner](https://github.com/kubevirt/hostpath-provisioner/tree/main) + +### kubevirt_hpp_pool_path_shared_with_os +HPP pool path sharing a filesystem with OS, fix to prevent HPP PVs from causing disk pressure and affecting node operation. Type: Gauge. +
## [hyperconverged-cluster-operator](https://github.com/kubevirt/hyperconverged-cluster-operator/tree/main)