changeset 990:27b75c653a8b

metrics
author Alain Mazy <am@osimis.io>
date Tue, 21 Nov 2023 10:36:44 +0100
parents 38909a00964c
children 1316bc62b5d5
files Sphinx/source/plugins/object-storage.rst Sphinx/source/users/advanced-rest.rst
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst	Thu Nov 16 12:23:37 2023 +0100
+++ b/Sphinx/source/plugins/object-storage.rst	Tue Nov 21 10:36:44 2023 +0100
@@ -73,7 +73,8 @@
     "VirtualAddressing": true,                // optional: see the section related to MinIO
     "StorageEncryption" : {},                 // optional: see the section related to encryption
     "HybridMode": "Disabled",                 // optional: see the section related to Hybrid storage
-    "UseTransferManager": false               // optional: see below (available from version 2.3.0)
+    "UseTransferManager": false,              // optional: see below (available from version 2.3.0)
+    "EnableAwsSdkLogs": false                 // optional: include AWS SDK logs in Orthanc logs
   }
 
 The **EndPoint** configuration is used when accessing an S3 compatible cloud provider.  I.e. here is a configuration to store data on Scaleway::
--- a/Sphinx/source/users/advanced-rest.rst	Thu Nov 16 12:23:37 2023 +0100
+++ b/Sphinx/source/users/advanced-rest.rst	Tue Nov 21 10:36:44 2023 +0100
@@ -395,9 +395,9 @@
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_count_patients``                             | The number of patients stored in DB                                         | Orthanc DB                                                     |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
-| ``orthanc_dicom_cache_count``                          | The number of DICOM files currently stored in the cache                     | Orthanc DICOM cache                                            |
+| ``orthanc_dicom_cache_count``                          | The number of DICOM files currently stored in the DICOM cache               | Orthanc DICOM cache                                            |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
-| ``orthanc_dicom_cache_size``                           | The size [MB] of all DICOM files currently stored in the cache              | Orthanc DICOM cache                                            |
+| ``orthanc_dicom_cache_size_mb``                        | The size [MB] of all DICOM files currently stored in the DICOM cache        | Orthanc DICOM cache                                            |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_find_scp_duration_ms``                       | The max duration [ms] over the last 10 seconds of a C-Find SCP execution    | Orthanc DICOM protocol server                                  |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
@@ -421,12 +421,16 @@
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_jobs_failed``                                | The current number of jobs that have failed                                 | Orthanc Jobs engine                                            |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
-| ``orthanc_disk_size_mb``                               | The size [MB] of all DICOM files currently stored in Orthanc                | Orthanc storage                                                |
+| ``orthanc_disk_size_mb``                               | The size [MB] of all DICOM files currently stored in Orthanc                | Orthanc Storage                                                |
 |                                                        | (possibly compressed size)                                                  |                                                                |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
-| ``orthanc_uncompressed_size_mb``                       | The size [MB] of all DICOM files currently stored in Orthanc                | Orthanc storage                                                |
+| ``orthanc_uncompressed_size_mb``                       | The size [MB] of all DICOM files currently stored in Orthanc                | Orthanc Storage                                                |
 |                                                        | (uncompressed size)                                                         |                                                                |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
+| ``orthanc_storage_cache_count``                        | The number of files currently stored in the Storage cache                   | Orthanc Storage cache                                          |
++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
+| ``orthanc_storage_cache_size_mb``                      | The size [MB] of all files currently stored in the Storage cache            | Orthanc Storage cache                                          |
++--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_storage_create_duration_ms``                 | The max duration [ms] over the last 10 seconds to save a file to disk       | Orthanc Storage (default file system storage)                  |
 +--------------------------------------------------------+-----------------------------------------------------------------------------+----------------------------------------------------------------+
 | ``orthanc_storage_read_duration_ms``                   | The max duration [ms] over the last 10 seconds to read a file from disk     | Orthanc Storage (default file system storage)                  |