Skip to content

Commit 9e91442

Browse files
committed
feat(openapi): add OpenMetrics controller into OpenAPI
Signed-off-by: Benjamin Gaussorgues <[email protected]>
1 parent 7bade9b commit 9e91442

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

core/openapi-administration.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,10 @@
659659
{
660660
"name": "ocm",
661661
"description": "Controller about the endpoint /ocm-provider/"
662+
},
663+
{
664+
"name": "open_metrics",
665+
"description": "OpenMetrics controller Gather and display metrics"
662666
}
663667
]
664668
}

core/openapi-ex_app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,10 @@
16091609
{
16101610
"name": "ocm",
16111611
"description": "Controller about the endpoint /ocm-provider/"
1612+
},
1613+
{
1614+
"name": "open_metrics",
1615+
"description": "OpenMetrics controller Gather and display metrics"
16121616
}
16131617
]
16141618
}

core/openapi-full.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12238,6 +12238,10 @@
1223812238
{
1223912239
"name": "ocm",
1224012240
"description": "Controller about the endpoint /ocm-provider/"
12241+
},
12242+
{
12243+
"name": "open_metrics",
12244+
"description": "OpenMetrics controller Gather and display metrics"
1224112245
}
1224212246
]
1224312247
}

core/openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10379,6 +10379,10 @@
1037910379
{
1038010380
"name": "ocm",
1038110381
"description": "Controller about the endpoint /ocm-provider/"
10382+
},
10383+
{
10384+
"name": "open_metrics",
10385+
"description": "OpenMetrics controller Gather and display metrics"
1038210386
}
1038310387
]
1038410388
}

openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"name": "core/ocm",
3434
"description": "Controller about the endpoint /ocm-provider/"
3535
},
36+
{
37+
"name": "core/open_metrics",
38+
"description": "OpenMetrics controller Gather and display metrics"
39+
},
3640
{
3741
"name": "cloud_federation_api/request_handler",
3842
"description": "Open-Cloud-Mesh-API"

0 commit comments

Comments
 (0)