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 8e00022 commit ed61228Copy full SHA for ed61228
packages/clients/src/api/cockpit/v1beta1/types.gen.ts
@@ -162,9 +162,12 @@ export type GetCockpitRequest = {
162
export type GetCockpitMetricsRequest = {
163
/** Project ID. */
164
projectId?: string
165
- /** Start date. */
+ /**
166
+ * Start date. Start date, if omited, query will be instant query and End Date
167
+ * will be used as query time.
168
+ */
169
startDate?: Date
- /** End date. */
170
+ /** End date. End date, if omited set to now. */
171
endDate?: Date
172
/** Metric name. */
173
metricName?: string
0 commit comments