My dashboards broke after the new 10.2.0

  • What happened?
    After updating my Grafana version from 10.1.5 to 10.2.0, my dashboards broke. I use InfluxDB + a MS SQL instance as data sources and this query works in the previous version, but in the new one I get nothing back:

My measurements name has a structure consisting in a customer name + underscore + a serial number. Something like “ABCDEFGH_123456789/001”. I suspect it has something to do with the forward slash “/” because this issue is not happening with measurements without a “/”. Any ideas?

Hi @jonathanandresacaro

Does this match your problem?

It does! The solution provided there also works for me. Many thanks