changeset 1246:711492945bcf

rename metrics
author Alain Mazy <am@orthanc.team>
date Thu, 11 Dec 2025 16:47:11 +0100
parents cb4418d121a2
children e6c6ef5dfc02
files Sphinx/source/users/advanced-rest.rst
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Thu Dec 11 16:43:01 2025 +0100
+++ b/Sphinx/source/users/advanced-rest.rst	Thu Dec 11 16:47:11 2025 +0100
@@ -504,16 +504,16 @@
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
 | ``orthanc_index_active_connections_count``                            | The current number of active connections to the PostgreSQL server.                | Orthanc PostgreSQL Index plugin                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_aborted_push_transfers_count``                    | The number of push transfers that have been discarded without being               | Transfers plugin                                                     |
+| ``orthanc_transfers_aborted_push_count``                              | The number of push transfers that have been discarded without being               | Transfers plugin                                                     |
 |                                                                       | committed (on the receiver side)                                                  |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_created_push_transfers_count``                    | The number of push transfers that have been created                               | Transfers plugin                                                     |
+| ``orthanc_transfers_created_push_count``                              | The number of push transfers that have been created                               | Transfers plugin                                                     |
 |                                                                       | (on the receiver side)                                                            |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_committed_push_transfers_count``                  | The number of push transfers that have been committed                             | Transfers plugin                                                     |
+| ``orthanc_transfers_committed_push_count``                            | The number of push transfers that have been committed                             | Transfers plugin                                                     |
 |                                                                       | (on the receiver side)                                                            |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_available_push_transfers_count``                  | The number of push transfers that are available                                   | Transfers plugin                                                     |
+| ``orthanc_transfers_available_push_count``                            | The number of push transfers that are available                                   | Transfers plugin                                                     |
 |                                                                       | out of the ``MaxPushTransactions``.  (on the receiver side)                       |                                                                      |
 |                                                                       | Note: aborted transfers might consume available "slots" but will be pushed        |                                                                      |
 |                                                                       | out when room is required for a new active transfer.                              |                                                                      |
@@ -527,14 +527,14 @@
 | ``orthanc_transfers_used_cache_size``                                 | The current size [bytes] of cache.                                                | Transfers plugin                                                     |
 |                                                                       | (on the sender side)                                                              |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_push_transfers_total_received_bytes_count``       | The total number of bytes received during push transfers                          | Transfers plugin                                                     |
+| ``orthanc_transfers_push_total_received_bytes_count``                 | The total number of bytes received during push transfers                          | Transfers plugin                                                     |
 |                                                                       | (on the receiver side).  The bytes are added just at the beginning of the commit. |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_push_transfers_total_time_spent_in_commit_ms``    | The total time [ms] spent in commit operations.                                   | Transfers plugin                                                     |
+| ``orthanc_transfers_push_total_time_spent_in_commit_ms``              | The total time [ms] spent in push transfers commit operations.                    | Transfers plugin                                                     |
 |                                                                       | (on the receiver side).                                                           |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+
-| ``orthanc_transfers_push_transfers_total_time_spent_in_reception_ms`` | The total time [ms] spent in reception, before the commit operation.              | Transfers plugin                                                     |
-|                                                                       | (on the receiver side).                                                           |                                                                      |
+| ``orthanc_transfers_push_total_time_spent_in_reception_ms``           | The total time [ms] spent in push transfers reception, before the                 | Transfers plugin                                                     |
+|                                                                       | commit operation. (on the receiver side).                                         |                                                                      |
 +-----------------------------------------------------------------------+-----------------------------------------------------------------------------------+----------------------------------------------------------------------+