Files
grafana/pkg/tsdb/elasticsearch/testdata_response/metric_extended_stats.queries.json

34 lines
590 B
JSON
Raw Normal View History

[
{
"alias": "",
"bucketAggs": [
{
"field": "@timestamp",
"id": "2",
"settings": {
"interval": "1m"
},
"type": "date_histogram"
}
],
"datasource": {
"type": "elasticsearch",
"uid": "uid"
},
"datasourceId": 42,
"metrics": [
{
"field": "counter",
"id": "1",
"meta": {
"std_deviation_bounds_lower": true,
"std_deviation_bounds_upper": true
},
"type": "extended_stats"
}
],
"query": "",
"refId": "A"
}
]