elastic: backend: removed unused time-field (#61362)

* elastic: backend: removed unused time-field

* improve comment formatting

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>

Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
This commit is contained in:
Gábor Farkas
2023-01-12 16:52:32 +01:00
committed by GitHub
parent 91322bebb5
commit 57425234c9
15 changed files with 6 additions and 127 deletions
-1
View File
@@ -8,7 +8,6 @@ import (
// Query represents the time series query model of the datasource
type Query struct {
TimeField string `json:"timeField"`
RawQuery string `json:"query"`
BucketAggs []*BucketAgg `json:"bucketAggs"`
Metrics []*MetricAgg `json:"metrics"`