mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat(openapi): add OpenMetrics controller into OpenAPI
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
parent
6ee8325b3e
commit
71fa5937b2
5 changed files with 21 additions and 2 deletions
|
|
@ -659,6 +659,10 @@
|
|||
{
|
||||
"name": "ocm",
|
||||
"description": "Controller about the endpoint /ocm-provider/"
|
||||
},
|
||||
{
|
||||
"name": "open_metrics",
|
||||
"description": "OpenMetrics controller Gather and display metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1609,6 +1609,10 @@
|
|||
{
|
||||
"name": "ocm",
|
||||
"description": "Controller about the endpoint /ocm-provider/"
|
||||
},
|
||||
{
|
||||
"name": "open_metrics",
|
||||
"description": "OpenMetrics controller Gather and display metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12238,6 +12238,10 @@
|
|||
{
|
||||
"name": "ocm",
|
||||
"description": "Controller about the endpoint /ocm-provider/"
|
||||
},
|
||||
{
|
||||
"name": "open_metrics",
|
||||
"description": "OpenMetrics controller Gather and display metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10379,6 +10379,10 @@
|
|||
{
|
||||
"name": "ocm",
|
||||
"description": "Controller about the endpoint /ocm-provider/"
|
||||
},
|
||||
{
|
||||
"name": "open_metrics",
|
||||
"description": "OpenMetrics controller Gather and display metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue