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 dcd7218 commit a450ab9Copy full SHA for a450ab9
api/cockpit/v1beta1/cockpit_sdk.go
@@ -465,8 +465,10 @@ type GetCockpitMetricsRequest struct {
465
// ProjectID: project ID.
466
ProjectID string `json:"-"`
467
// StartDate: start date.
468
+ // Start date, if omited, query will be instant query and End Date will be used as query time.
469
StartDate *time.Time `json:"-"`
470
// EndDate: end date.
471
+ // End date, if omited set to now.
472
EndDate *time.Time `json:"-"`
473
// MetricName: metric name.
474
MetricName *string `json:"-"`
0 commit comments