CorpGlory / grafana-datasource-kit

Node.js library for running Grafana datasources on backend plus utils
MIT License
9 stars 3 forks source link

Cannot set property 'gte' of undefined #80

Closed amper43 closed 5 years ago

amper43 commented 5 years ago

image

This error occurs for Elasticsearch because of we use hardcoded date field name instead of name from datasource structure: https://github.com/CorpGlory/grafana-datasource-kit/blob/master/src/metrics/elasticsearch_metric.ts#L25

moarpheus commented 5 years ago

I see, thank you!