# HG changeset patch # User Alain Mazy # Date 1751901446 -7200 # Node ID 6d2c0553acc24b0c1aa42aa27b42e38b644d35de # Parent 705402bfdda5db9ca1f7af43f21e4dc7fac5f289 new metrics diff -r 705402bfdda5 -r 6d2c0553acc2 Sphinx/source/users/advanced-rest.rst --- 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 |