diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Jan 29 10:34:00 2019 +0100
+++ b/Resources/Configuration.json	Tue Jan 29 15:15:48 2019 +0100
@@ -476,5 +476,11 @@
   // answers, but not to filter the DICOM resources (balance between
   // the two modes). By default, the mode is "Always", which
   // corresponds to the behavior of Orthanc <= 1.5.0.
-  "StorageAccessOnFind" : "Always"
+  "StorageAccessOnFind" : "Always",
+
+  // Whether Orthanc monitors its metrics (new in Orthanc 1.5.4). If
+  // set to "true", the metrics can be retrieved at
+  // "/tools/metrics-prometheus" formetted using the Prometheus
+  // text-based exposition format.
+  "MetricsEnabled" : true
 }