mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elasticsearch: fix typo (#58519)
This commit is contained in:
@@ -22,7 +22,7 @@ type BucketAgg struct {
|
|||||||
Field string `json:"field"`
|
Field string `json:"field"`
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Settings *simplejson.Json `json:"settings"`
|
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
|
// MetricAgg represents a metric aggregation of the time series query model of the datasource
|
||||||
|
|||||||
Reference in New Issue
Block a user