【Grafana】Grafana大版本升级后的Visualizations迁移说明

最近,由于现场使用的 Grafana-v8.4.10 版本被扫描出安全漏洞,于是将Grafana版本升级到官方发布的 Grafana-v10.4.19+security-01 安全版本。

版本升级前,需要将相关的 Dashboard 都导出来到本地备份,升级后再将导出的 Dashboard 再导入进去。

导入后发现,部分使用了 AngularJS 的老旧的 Visualizations 出现弃用(deprecated)的提示(如下图所示)。

虽然Grafana 10.x版本目前还可以支持,但是Grafana 11以后的版本会取消支持。因此需要迁移到新的可视化界面。

查询了Grafana官网,发现官方已经给出了迁移建议。

我这边主要涉及到Graph (old)以及Table (old)这两类,Graph (old) 需要迁移到 Time Series,Table (old) 需要迁移到 Table。

另外,新版本的 Grafana 也给出了推荐的Chart,平台自带,直接应用,还是很方便的。

参考:

https://grafana.com/docs/grafana/v10.4/developers/angular_deprecation/angular-plugins/

https://grafana.com/docs/grafana/v11.1/developers/angular_deprecation/angular-plugins/

https://grafana.com/docs/grafana/v12.1/developers/angular_deprecation/angular-plugins/

相关推荐
暮云星影2 天前
个人总结 搭建Docker监控
docker·容器·grafana·prometheus
Junsir大斗师6 天前
rocky9.7搭建grafana+loki+prometheus+alloy+node_exporter运维监控平台
linux·运维·grafana·prometheus
青皮桔7 天前
Prometheus + Grafana实现服务器监控
服务器·grafana·prometheus
1candobetter8 天前
文件下载接口从预热到正式性能测试实践(JMeter + Prometheus + Grafana)
jmeter·grafana·prometheus
文青小兵10 天前
Linux云计算——docker 监控(五)
linux·docker·云计算·grafana·prometheus
codeejun12 天前
每日一Go-70、Prometheus + Grafana 从采集到告警的完整实战(Go + Kind)
golang·grafana·prometheus
king_harry14 天前
Kylinv10下日志收集系统 Loki + Promtail + Grafana(二进制离线部署)
grafana·loki·promtail
zhojiew15 天前
在Ray集群中使用vLLM部署LLM模型并集成Prometheus和Grafana进行指标观测的实践
grafana·prometheus·vllm