comparison Resources/Configuration.json @ 3174:8ea7c4546c3a

primitives to collect metrics in Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jan 2019 15:15:48 +0100
parents 1fe524e211af
children 07a2f637b76d
comparison
equal deleted inserted replaced
3173:096f4a29f223 3174:8ea7c4546c3a
474 // makes it uses exclusively its database (fastest mode), and (3) 474 // makes it uses exclusively its database (fastest mode), and (3)
475 // "Answers" allows Orthanc to read the storage area to generate its 475 // "Answers" allows Orthanc to read the storage area to generate its
476 // answers, but not to filter the DICOM resources (balance between 476 // answers, but not to filter the DICOM resources (balance between
477 // the two modes). By default, the mode is "Always", which 477 // the two modes). By default, the mode is "Always", which
478 // corresponds to the behavior of Orthanc <= 1.5.0. 478 // corresponds to the behavior of Orthanc <= 1.5.0.
479 "StorageAccessOnFind" : "Always" 479 "StorageAccessOnFind" : "Always",
480
481 // Whether Orthanc monitors its metrics (new in Orthanc 1.5.4). If
482 // set to "true", the metrics can be retrieved at
483 // "/tools/metrics-prometheus" formetted using the Prometheus
484 // text-based exposition format.
485 "MetricsEnabled" : true
480 } 486 }