mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 00:03:44 +08:00
Elasticseach: Support histogram fields (#29079)
This commit is contained in:
@ -618,6 +618,7 @@ export class ElasticDatasource extends DataSourceApi<ElasticsearchQuery, Elastic
|
|||||||
text: 'string',
|
text: 'string',
|
||||||
scaled_float: 'number',
|
scaled_float: 'number',
|
||||||
nested: 'nested',
|
nested: 'nested',
|
||||||
|
histogram: 'number',
|
||||||
};
|
};
|
||||||
|
|
||||||
const shouldAddField = (obj: any, key: string) => {
|
const shouldAddField = (obj: any, key: string) => {
|
||||||
|
Reference in New Issue
Block a user