Expressions: expose ConvertDataFramesToResults (#83805)

This commit is contained in:
Ryan McKinley
2024-03-04 18:22:56 +02:00
committed by GitHub
parent 9bd84b30e9
commit 3036b50df3
13 changed files with 545 additions and 483 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ type ResampleQuery struct {
// The math expression
Expression string `json:"expression" jsonschema:"minLength=1,example=$A + 1,example=$A"`
// The time durration
Window string `json:"window" jsonschema:"minLength=1,example=1w,example=10m"`
// The time duration
Window string `json:"window" jsonschema:"minLength=1,example=1d,example=10m"`
// The downsample function
Downsampler mathexp.ReducerID `json:"downsampler"`