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

Metaqueries doesn't work on Grafana 8.0.3 #133

Open adsail opened 3 years ago

adsail commented 3 years ago

MetaQueries does not plot on Grafana 8.0.3 panels (both of type Graph (old) and Time series).

Expected in the screenshots below are series values at 20GB.

Screen Shot 2021-06-29 at 12 16 17 PM Screen Shot 2021-06-29 at 12 16 04 PM
sjoeboo commented 3 years ago

Found that panels migrated from a grafana 6.x install keep working, but the identical panel, hand created in Grafana 8.x does not.

Diffing the panel jsons, i found the panel created in the 8.x release does not contain "datasource": "MetaQueries", in the metaquery query, where as the working one does.

asaf400 commented 1 year ago

https://github.com/GoshPosh/grafana-meta-queries/issues/155