+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -87,8 +87,8 @@ type QueryPrometheusParams struct {
87
87
DatasourceUID string `json:"datasourceUid" jsonschema:"required,description=The UID of the datasource to query"`
88
88
Expr string `json:"expr" jsonschema:"required,description=The PromQL expression to query"`
89
89
StartRFC3339 string `json:"startRfc3339" jsonschema:"required,description=The start time in RFC3339 format"`
90
-
EndRFC3339 string `json:"endRfc3339,omitempty" jsonschema:"description=The end time in RFC3339 format. Ignored if queryType is 'instant'"`
91
-
StepSeconds int `json:"stepSeconds,omitempty" jsonschema:"description=The time series step size in seconds. Ignored if queryType is 'instant'"`
90
+
EndRFC3339 string `json:"endRfc3339,omitempty" jsonschema:"description=The end time in RFC3339 format. Required if queryType is 'range', ignored if queryType is 'instant'"`
91
+
StepSeconds int `json:"stepSeconds,omitempty" jsonschema:"description=The time series step size in seconds. Required if queryType is 'range', ignored if queryType is 'instant'"`
92
92
QueryType string `json:"queryType,omitempty" jsonschema:"description=The type of query to use. Either 'range' or 'instant'"`
93
93
}
94
94
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4