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

Support queries subtraction (Grafana Elasticsearch) #156

Open exporj opened 1 year ago

exporj commented 1 year ago

Hi!

Is it possible to use Elasticsearch as datasource and calculate the arithmetic operations on 2 queries?

Query 1 Name: Active Query 2 Name: Solved

Grafana shows the count for each query.

I would like to do: Query 1 - Query 2

Right now it shows zero as result.

Best Regards,