From 2b88ac30efc0218b2726e7f4875b20aff04dc077 Mon Sep 17 00:00:00 2001 From: "phillip.toohill" Date: Mon, 26 Feb 2024 23:32:31 -0600 Subject: [PATCH] Enable ceph metrics for prometheus collection (#99) --- kustomize/rook-cluster/rook-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/rook-cluster/rook-cluster.yaml b/kustomize/rook-cluster/rook-cluster.yaml index 632d052a..c7e1ce53 100644 --- a/kustomize/rook-cluster/rook-cluster.yaml +++ b/kustomize/rook-cluster/rook-cluster.yaml @@ -77,7 +77,7 @@ spec: # enable prometheus alerting for cluster monitoring: # requires Prometheus to be pre-installed - enabled: false + enabled: true # Whether to disable the metrics reported by Ceph. If false, the prometheus mgr module and Ceph exporter are enabled. # If true, the prometheus mgr module and Ceph exporter are both disabled. Default is false. metricsDisabled: false