We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5621e40 commit 8e952d6Copy full SHA for 8e952d6
contract-typespec/api/prometheus.tsp
@@ -13,13 +13,11 @@ interface PrometheusExposeApi {
13
@get
14
@summary("exposeAllMetrics")
15
@operationId("exposeAllMetrics")
16
- // Return nothing (the controller handles the stream manually)
17
exposeAllMetrics(): void;
18
19
20
@route("/{clusterName}")
21
@summary("exposeClusterMetrics")
22
@operationId("exposeClusterMetrics")
23
- // Also return nothing
24
exposeClusterMetrics(@path clusterName: string): void;
25
}
0 commit comments