From 6b44500734026076614fb2cb32a40095c9a5c30c Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Wed, 15 Nov 2023 16:07:36 +0100 Subject: [PATCH] Small doc update Signed-off-by: Peter Sabaini --- docs/how-to/enable-metrics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/enable-metrics.rst b/docs/how-to/enable-metrics.rst index 4b172afc..b84fd11e 100644 --- a/docs/how-to/enable-metrics.rst +++ b/docs/how-to/enable-metrics.rst @@ -5,7 +5,7 @@ Enabling metrics collection with Prometheus Introduction ------------ -Metrics play an important role in understanding why your MicroCeph deployment is working in certain ways. This is important if you wish serve dependable storage services. Metrics or Measurements are vital operation state samples which becomes the foundation for subsequent analysis of your cluster's behaviour. +Metrics play an important role in understanding the operation of your MicroCeph deployment. These metrics or measurements form the basis for analysing and understanding your cluster's behaviour and are essential for providing reliable services. A popular and mature open-source tool used for scraping and recording metrics over time is Prometheus. Ceph is also designed to be easily integratable with Prometheus. This tutorial documents the procedure and related information for configuring Prometheus to scrape MicroCeph's metrics endpoint.