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

posted on   荣锋亮  阅读(759)  评论(0编辑  收藏  举报

编辑推荐:
· 记一次.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 的不同

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示