marcingminski / sqlwatch

SQL Server Performance Monitor
https://docs.sqlwatch.io
Other
424 stars 168 forks source link

Dashboards are not functional in Grafana v10.4.2 #490

Closed SergeiTsernitski closed 1 month ago

SergeiTsernitski commented 1 month ago

Did you check DOCS to make sure there is no workaround? https://sqlwatch.io/docs/

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: Just open a dashboard in Grafana v10.4.2 and you will see a warning: This panel requires Angular (deprecated). No information displayed

Expected behavior See the panels/charts with content Screenshots If applicable, add screenshots to help explain your problem. image

marcingminski commented 1 month ago

I understand this is just a warning. The panel is working as expected. You can control this behaviour with

angularDeprecationUI in featuretoggles https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/

SergeiTsernitski commented 1 month ago

My problem was actually related to sqlwatch import that failed that's why panels were without content. Thank you!