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

Can't use queries in arithmetics #88

Closed rnersesian closed 4 years ago

rnersesian commented 4 years ago

Hello, I'm trying to use MetaQueries's datasource to do simple arithmetic with my queries but I really don't understand why it is not working

metaqueriesfail

I followed examples given in several issues and it seems that you just have to write: Query's name + other query's name

still I don't have any value.

EDIT: I'm using grafana 6.5.3

Gauravshah commented 4 years ago

Please go through the Readme before opening an issue.

https://raw.githubusercontent.com/GoshPosh/grafana-meta-queries/master/img/arithmetic-ex1.png?raw=true

says A['something']

rnersesian commented 4 years ago

Hi, sorry I had also try this way but I didn't think about putting metaqueries datasource at the end, my bad. Anyway, thanks

Gauravshah commented 4 years ago

glad it worked out for you @Watermeloune