Elasticsearch: fix typo (#58519) (#58523)

(cherry picked from commit fa5a304de8)

Co-authored-by: Gareth Dawson <gareth.dawson@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-11-09 15:39:31 +00:00
committed by GitHub
co-authored by Gareth Dawson
parent 8f06aa45ac
commit 725618e1d1
+1 -1
View File
@@ -22,7 +22,7 @@ type BucketAgg struct {
Field string `json:"field"`
ID string `json:"id"`
Settings *simplejson.Json `json:"settings"`
Type string `jsons:"type"`
Type string `json:"type"`
}
// MetricAgg represents a metric aggregation of the time series query model of the datasource