diff OrthancServer/Sources/ServerContext.h @ 5431:4be5f117aa0d

metrics
author Alain Mazy <am@osimis.io>
date Tue, 21 Nov 2023 10:32:42 +0100
parents 111e21b4f8bc
children 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Mon Nov 20 17:01:48 2023 +0100
+++ b/OrthancServer/Sources/ServerContext.h	Tue Nov 21 10:32:42 2023 +0100
@@ -282,8 +282,6 @@
                                       StoreInstanceMode mode,
                                       bool isReconstruct);
 
-    void PublishDicomCacheMetrics();
-
     // This method must only be called from "ServerIndex"!
     void RemoveFile(const std::string& fileUuid,
                     FileContentType type);
@@ -615,5 +613,7 @@
     }
 
     int64_t GetServerUpTime() const;
+
+    void PublishCacheMetrics();
   };
 }