GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
285 stars 71 forks source link

Problem with ElasticSearch and Arithmetic #60

Closed tiago-cruz-movile closed 5 years ago

tiago-cruz-movile commented 5 years ago

Hello,

I have this example, using Grafana 6.2 with ElasticSearch 5.6:

image

Values:

image

image

Expression: A['delivered']-B['sent']

Gauravshah commented 5 years ago

are you using single stats with avg. Its likely that it is dividing by 90 days of your date range.

Screen Shot 2019-06-18 at 9 57 08 PM Screen Shot 2019-06-18 at 9 56 59 PM
Gauravshah commented 5 years ago

@tiago-cruz-movile can we close this ?