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

Doest Meta querries support Single Stats metric #110

Closed tatdatpham closed 3 years ago

tatdatpham commented 3 years ago

Hi,

I just know this plugin, it's awesome plugin!

ENV:

Question

I have one question, Doest Meta querries support Stats metric? Stats metrics show wrong data Example: (Chart : Single Stats) Query A (Data source A) : Count value = X Query B (Data source B) : Count value = Y

Desired results Query C (Data source Metaquery) : A['ct'] + B ['ct] = X + Y

But when i build meta query, i saw metric in metaquery is showing wrong (same query, same data source)

1

With Stats, Datasource from ES

2

With Stats, Datasource from ES (with Meta query)

3

So, what happen ? Thank you! Thank!