grafana 开发参考资料
最近在看pmm的实现,因为pmm 的dashboard 是基于grafana的,所以就整理了一些关于grafana开发的一些资料
官方参考文档
https://grafana.com/docs/grafana/latest/developers/developer-resources/
扩展开发的一些技术参考
https://grafana.com/tutorials/
一些说明
官方推荐的是使用grafana-toolkit 来开发扩展,同时也可以方便的进行构建以及打包,注意早期版本是基于angular 开发的,官方推荐的是
基于react的开发,同时早期版本的还是支持的,对于开发的扩展的测试,推荐的运行方式是容器
参考运行
docker run -d -p 3000:3000 -v "$(pwd)"/grafana-plugins:/var/lib/grafana/plugins --name=grafana grafana/grafana
同时grafana 常见的开发模型包含了datasource,panels 以及apps
参考资料
https://grafana.com/docs/grafana/latest/plugins/developing/development/
https://grafana.com/tutorials/build-a-panel-plugin/#2
https://grafana.com/docs/grafana/latest/plugins/developing/apps/
https://grafana.com/docs/grafana/latest/plugins/developing/panels/
https://grafana.com/docs/grafana/latest/plugins/developing/datasources/
https://github.com/grafana/simple-app-plugin
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
2019-05-04 cube.js 学习(十)cube 来自官方的学习网站
2019-05-04 Optimize Cube.js Performance with Pre-Aggregations
2018-05-04 几张 ejabberd 架构部署图
2018-05-04 elixir 集成ejabberd
2016-05-04 linux中Zabbix邮件报警设置配置步骤
2015-05-04 使用SQL字符串反转函数REVERSE巧妙实现lastindexof功能
2014-05-04 sql server insert values 多值 与oracle 的不同