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

timeshift can not get first and last vaule #98

Open wjiao123 opened 4 years ago

Gauravshah commented 4 years ago

@wjiao123 https://opensource.guide/how-to-contribute/#communicating-effectively

wjiao123 commented 4 years ago

Sorry Failed to upload the attachment. the issue is A : SELECT "value" FROM "table" WHERE $timeFilter
B : use timeshift -5min get value from A C : ((A-B)/A)+100 use Arithmetic but for C the value of the first 5 min and last one min is zero always.