From 3f1f9844c43a19e0cb1b4a651cd70f4f5c0f61b4 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Tue, 22 May 2018 22:51:04 +0200 Subject: [PATCH] doc/prometheus: Mention the long running avg types Signed-off-by: Boris Ranto (cherry picked from commit 7f468f4d51a23d61063f28c46b5e247c5a309762) --- doc/mgr/prometheus.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/mgr/prometheus.rst b/doc/mgr/prometheus.rst index eb869d11872b5..fc2f15fe235d4 100644 --- a/doc/mgr/prometheus.rst +++ b/doc/mgr/prometheus.rst @@ -49,6 +49,12 @@ The *cluster* statistics (i.e. those global to the Ceph cluster) have labels appropriate to what they report on. For example, metrics relating to pools have a ``pool_id`` label. + +The long running averages that represent the histograms from core Ceph +are represented by a pair of ``_sum`` and ``_count`` metrics. +This is similar to how histograms are represented in `Prometheus `_ +and they can also be treated `similarly `_. + Pool and OSD metadata series ---------------------------- -- 2.39.5