changeset 1176:6d2c0553acc2

new metrics
author Alain Mazy <am@orthanc.team>
date Mon, 07 Jul 2025 17:17:26 +0200
parents 705402bfdda5
children bfce1f0ea2fb
files Sphinx/source/users/advanced-rest.rst
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Mon Jul 07 15:13:18 2025 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Mon Jul 07 17:17:26 2025 +0200
@@ -430,7 +430,8 @@
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | Metrics                                                | Meaning                                                                     | Origin                                                         |
 +========================================================+=============================================================================+================================================================+
-| ``orthanc_up_time_s``                                  | The time [s] spent since Orthanc started                                    | Orthanc                                                        |
+| ``orthanc_available_dicom_threads``                    | The min number of DICOM threads count available over the last 10            | Orthanc                                                        |
+|                                                        | seconds                                                                     |                                                                |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_last_change``                                | The current id of the last `change` event                                   | Orthanc                                                        |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
@@ -440,6 +441,8 @@
 | ``orthanc_store_dicom_duration_ms``                    | The max duration [ms] over the last 10 seconds needed to store a            | Orthanc                                                        |
 |                                                        | DICOM file (received from HTTP, DICOM protocol or from a plugin)            |                                                                |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
+| ``orthanc_up_time_s``                                  | The time [s] spent since Orthanc started                                    | Orthanc                                                        |
++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_count_instances``                            | The number of instances stored in DB                                        | Orthanc DB                                                     |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_count_series``                               | The number of series stored in DB                                           | Orthanc DB                                                     |