diff Core/Enumerations.h @ 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 ce272138f15e
children 810772486249
line wrap: on
line diff
--- a/Core/Enumerations.h	Tue Jan 29 10:34:00 2019 +0100
+++ b/Core/Enumerations.h	Tue Jan 29 15:15:48 2019 +0100
@@ -104,8 +104,9 @@
     MimeType_Svg,
     MimeType_WebAssembly,
     MimeType_Xml,
-    MimeType_Woff,  // Web Open Font Format
-    MimeType_Zip
+    MimeType_Woff,           // Web Open Font Format
+    MimeType_Zip,
+    MimeType_PrometheusText  // Prometheus text-based exposition format (for metrics)
   };