flant / grafana-statusmap

Grafana panel plugin to visualize status of multiple objects over time
MIT License
829 stars 43 forks source link

[BUG]Grafana 8.1+ compatibility #247

Open taogejiang opened 2 years ago

taogejiang commented 2 years ago

Dear @diafour , please check this problem, thanks very much .

"failed to convert long to wide series when converting from dataframe: long series must be sorted ascending by time to be converted" in grafana v8.3.3 image

but it's ok in grafana v7.4.0 image

Looking forward to your reply ^-^

Originally posted by @taogejiang in https://github.com/flant/grafana-statusmap/issues/230#issuecomment-1033381014

diafour commented 2 years ago

Hello! It seems a bug in Grafana 8+: Grafana 8 failed to convert long to wide series when converting from dataframe

New release v0.5.0 supports DataFrames, please try it.