Skip to content

Commit ed61228

Browse files
authored
docs(cockpit): add details for GetCockpitMetricsRequest (#589)
1 parent 8e00022 commit ed61228

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/clients/src/api/cockpit/v1beta1/types.gen.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,12 @@ export type GetCockpitRequest = {
162162
export type GetCockpitMetricsRequest = {
163163
/** Project ID. */
164164
projectId?: string
165-
/** Start date. */
165+
/**
166+
* Start date. Start date, if omited, query will be instant query and End Date
167+
* will be used as query time.
168+
*/
166169
startDate?: Date
167-
/** End date. */
170+
/** End date. End date, if omited set to now. */
168171
endDate?: Date
169172
/** Metric name. */
170173
metricName?: string

0 commit comments

Comments
 (0)