From 71fa5937b2c285d3221e1db1640e99ed33f0924b Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Thu, 18 Dec 2025 11:12:23 +0100 Subject: [PATCH] feat(openapi): add OpenMetrics controller into OpenAPI Signed-off-by: Benjamin Gaussorgues --- core/openapi-administration.json | 4 ++++ core/openapi-ex_app.json | 4 ++++ core/openapi-full.json | 4 ++++ core/openapi.json | 4 ++++ openapi.json | 7 +++++-- 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/core/openapi-administration.json b/core/openapi-administration.json index f482f4992c1..569b6f9e421 100644 --- a/core/openapi-administration.json +++ b/core/openapi-administration.json @@ -659,6 +659,10 @@ { "name": "ocm", "description": "Controller about the endpoint /ocm-provider/" + }, + { + "name": "open_metrics", + "description": "OpenMetrics controller Gather and display metrics" } ] } diff --git a/core/openapi-ex_app.json b/core/openapi-ex_app.json index 647c9fcd5d9..927a7d788f6 100644 --- a/core/openapi-ex_app.json +++ b/core/openapi-ex_app.json @@ -1609,6 +1609,10 @@ { "name": "ocm", "description": "Controller about the endpoint /ocm-provider/" + }, + { + "name": "open_metrics", + "description": "OpenMetrics controller Gather and display metrics" } ] } diff --git a/core/openapi-full.json b/core/openapi-full.json index 2116be274a8..e6e456e2442 100644 --- a/core/openapi-full.json +++ b/core/openapi-full.json @@ -12238,6 +12238,10 @@ { "name": "ocm", "description": "Controller about the endpoint /ocm-provider/" + }, + { + "name": "open_metrics", + "description": "OpenMetrics controller Gather and display metrics" } ] } diff --git a/core/openapi.json b/core/openapi.json index 8b2b725d576..11d0318c837 100644 --- a/core/openapi.json +++ b/core/openapi.json @@ -10379,6 +10379,10 @@ { "name": "ocm", "description": "Controller about the endpoint /ocm-provider/" + }, + { + "name": "open_metrics", + "description": "OpenMetrics controller Gather and display metrics" } ] } diff --git a/openapi.json b/openapi.json index 7aff72d29a1..e8158ad20c8 100644 --- a/openapi.json +++ b/openapi.json @@ -33,6 +33,10 @@ "name": "core/ocm", "description": "Controller about the endpoint /ocm-provider/" }, + { + "name": "core/open_metrics", + "description": "OpenMetrics controller Gather and display metrics" + }, { "name": "cloud_federation_api/request_handler", "description": "Open-Cloud-Mesh-API" @@ -16970,8 +16974,7 @@ "schema": { "type": "object", "required": [ - "fileId", - "expirationTime" + "fileId" ], "properties": { "fileId": {