
Grafana
ikeepo
https://ikeepo.github.io/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(20210412Solved)Grafana一张图只能显示26
Overview向Grafana某个panel中添加超过26条线之后,后续的线显示不出来。用英语表述maybe:How to display more than 26 sqls in Grafana ?SolutionYou can manually edit the JSON file and replace the letters with numbers in refId.Grafana默认添加line后期refId是依据Alphabeta递增的,超过26个英文字母之后,ref..原创 2021-04-24 14:28:45 · 1507 阅读 · 0 评论 -
(20210223已解决)Grafana经常出现Bad Gateway
Overview在一个dashboard中放置了多个表,总是会有几个出现Bad Gateway数据库网络问题,非Grafana层面问题。ReferencesHTTP Error Bad Gateway when using prometheus原创 2021-03-06 09:59:41 · 9002 阅读 · 2 评论 -
理解Prometheus vs. Grafana
OverviewGrafana is an open-source visualization software, which helps the users to understand the complex data with the help of data metrics.Prometheus ia an open-source event monitoring and alerting tool.ReferencesGrafana vs PrometheusMonitori..原创 2020-11-22 10:36:59 · 297 阅读 · 0 评论 -
理解Alpine Linux project
缘起安装docker 版本的grafana,官方推荐基于Alpine的版本.Alpine Linux projectSmall. Simple. Secure.Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.musl libcmusl is an implementation of the C standard library buil..原创 2020-11-22 10:36:15 · 244 阅读 · 1 评论 -
Alpine做基础的Grafana docker容器安装Dolphindb遇到的各种问题
起源grafana官方推荐docker版本是基于Alpine做的,因为其Small, Simple, Secure.正是因为太Small了,很多utilities都没有就遇到各种问题.Dolohindb插件用Grafana连接接DolphinDB需要安装Dolphindb自己开发的插件,然后重启grafana服务,在Window或Linux上都不复杂,但是在docker容器内相对麻烦.使用流程及所遇问题插件安装grafana官方推荐Alpine版本的image.通过doc..原创 2020-11-22 10:33:40 · 1273 阅读 · 0 评论 -
(20201104Solved) Grafana 时间显示为1970年
问题描述从数据库中选出的时间,在grafana显示为1970年.解决方案因为grafana默认输入的时间是时间戳,这种情况一般是因为输入时间非时间戳,grafana在进行转换的过程中出现偏差.原创 2020-11-22 10:31:03 · 1496 阅读 · 0 评论 -
Grafana学习资料汇总
Grafana简介Grafana (官网)是一个基于JS开发的开箱即用的可视化工具,具有功能齐全的度量仪表盘和图形编辑器,有灵活丰富的图形化选项,可以混合多种风格,支持多个数据源特点,一般是和一些时间序列数据库进行配合来展示数据的。grafana是用于可视化大型测量数据的开源程序,他提供了强大和优雅的方式去创建、共享、浏览数据。dashboard中显示了你不同metric数据源中的数据。...原创 2019-11-06 13:51:17 · 1114 阅读 · 0 评论