Migrate Keeper Grafana panels to switch over from using AngularJS · Issue #1701 · Altinity/clickhouse-operator · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular support is being deprecated as part of Grafana 11, and requires migrating to panels that use React based plugins instead. grafana-doc-ref
This also shows up as warnings on said Grafana panels. And currently the ClickHouse Keeper dashboard that comes bundled with the Operator, displays warning messages like: This panel requires Angular (deprecated).
Proposed Fix
Switching over to using a supported panel like "type": "timeseries" instead of "type": "graph" in places like these, should do the trick.
The text was updated successfully, but these errors were encountered:
Description
Angular support is being deprecated as part of Grafana 11, and requires migrating to panels that use React based plugins instead. grafana-doc-ref
This also shows up as warnings on said Grafana panels. And currently the ClickHouse Keeper dashboard that comes bundled with the Operator, displays warning messages like:
This panel requires Angular (deprecated)
.Proposed Fix
Switching over to using a supported panel like
"type": "timeseries"
instead of"type": "graph"
in places like these, should do the trick.The text was updated successfully, but these errors were encountered: