diff OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp @ 4424:83371ccdfe80

openapi documentation is now completed
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Dec 2020 19:28:53 +0100
parents 9d6fa3da8f00
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp	Tue Dec 29 16:51:28 2020 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp	Tue Dec 29 19:28:53 2020 +0100
@@ -672,7 +672,8 @@
       call.GetDocumentation()
         .SetTag("System")
         .SetSummary("Get usage metrics")
-        .SetDescription("Get usage metrics of Orthanc in the Prometheus file format (OpenMetrics)")
+        .SetDescription("Get usage metrics of Orthanc in the Prometheus file format (OpenMetrics): "
+                        "https://book.orthanc-server.com/users/advanced-rest.html#instrumentation-with-prometheus")
         .SetHttpGetSample("https://demo.orthanc-server.com/tools/metrics-prometheus", false);
       return;
     }