摘要: prometheus 先创建好映射目录/data/prometheus,然后把配置文件放上去,包括prom、record、alert配置,然后再启动容器 #cat prometheus.yml global: scrape_interval: 60s evaluation_interval: 60s 阅读全文
posted @ 2020-03-29 19:21 jabbok 阅读(790) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/caoshousong/p/10845396.html 数据库会报这个, show variables like '%max_connection%'; 查看最大连接数,发现默认是151 用netstat -ntp看已经用光了 临时生效 set glo 阅读全文
posted @ 2020-03-29 18:01 jabbok 阅读(950) 评论(0) 推荐(0) 编辑
摘要: 如果饼图不显示 安装一个插件(饼图) grafana-cli plugins install grafana-piechart-panel { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "ena 阅读全文
posted @ 2020-03-29 17:41 jabbok 阅读(1494) 评论(0) 推荐(0) 编辑