From 114d1818455aee4ace6ce4a8f267a9727fb36577 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 31 Aug 2022 19:50:49 +0100 Subject: [PATCH] Prometheus - clarify live document count metric. Change-Id: If1605bddbdbf98bb4c5d204db4b7888164cc0142 Signed-off-by: Michael Meeks --- wsd/metrics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsd/metrics.txt b/wsd/metrics.txt index f59214954e..0075ffef1e 100644 --- a/wsd/metrics.txt +++ b/wsd/metrics.txt @@ -27,7 +27,7 @@ KITS kit_count – total number of running kit processes. kit_unassigned_count – number of running kit processes that are not assigned to documents. - kit_assigned_count – number of running kit processes that are assigned to documents. + kit_assigned_count – number of running kit processes that are assigned to documents (number of currently open documents). kit_segfault_count - number of kit processes terminated with SIGSEGV or SIGBUS signals since the start of application. kit_lost_terminated_count - number of kit processes that were lost by coolwsd and were terminated by cleanup mechanism. kit_thread_count_total - total number of threads in all running kit processes.