监控报警

Prometheus + Grafana 监控 Spring Cloud 应用

Prometheus + Grafana 监控 Spring Cloud 应用

应用依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId&

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Prometheus与Zabbix的对比

Prometheus与Zabbix的对比

公司之前一直使用的是zabbix+grafana的监控方式,随着应用容器化,k8s应用的监控需求增加,于是便研究了Prometheus,在这里将Prometheus和Zabbix做了对比。 对比项 Prometheus zabbix Prometheus优势 zabbix优势 管理

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Prometheus + Grafana 使用 mysqld_exporter 监控 MySQL

Prometheus + Grafana 使用 mysqld_exporter 监控 MySQL

Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/ Prometheus Download:https://prometheus.io/download/ mysqld_exporter:https://g

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Prometheus + Grafana 使用 elasticsearch_exporter 监控 ElasticSearch

Prometheus + Grafana 使用 elasticsearch_exporter 监控 ElasticSearch

Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/ elasticsearch_exporter:https://github.com/justwatchcom/elasticsearch_exporter

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Prometheus + Grafana 使用 redis_exporter 监控 Redis

Prometheus + Grafana 使用 redis_exporter 监控 Redis

Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/ redis_exporter:https://github.com/oliver006/redis_exporter Grafana Dashboard:

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Prometheus + Grafana 使用 Node Exporter 监控主机

Prometheus + Grafana 使用 Node Exporter 监控主机

参考:https://songjiayang.gitbooks.io/prometheus/content/exporter/nodeexporter.html 官方下载:https://prometheus.io/download/ Grafana Dashboard:https://grafan

Joe.Ye Joe.Ye 2023-03-25
0 0 0
CentOS下部署Prometheus

CentOS下部署Prometheus

Prometheus介绍 Prometheus是一个开源的系统监控和报警的工具包,最初由SoundCloud发布。 官方网址:https://prometheus.io/ 软件下载:https://prometheus.io/download/ GitHub:https://github.com/p

Joe.Ye Joe.Ye 2023-03-25
0 0 0
InfluxDB + Jmeter + Grafana

InfluxDB + Jmeter + Grafana

InfluxDB influxDB是一个开源的分布式时序、时间和指标数据库,使用go语言编写,无需外部依赖。 它有三大特性: 时序性(Time Series):与时间相关的函数的灵活使用(诸如最大、最小、求和等) 度量(Metrics):对实时大量数据进行计算 事件(Event):支持任意的事件

Joe.Ye Joe.Ye 2023-03-25
0 0 0
grafana-cli命令

grafana-cli命令

安装插件最简单的方法是使用与Grafana捆绑在一起的CLI工具grafana-cli。在修改插件之后发生任何修改之前,Grafana服务器需要重新启动。 Grafana插件安装目录 在Linux系统上,grafana-cli会假定Grafana插件目录是/var/lib/grafana/plugi

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Grafana插件扩展之Zabbix安装

Grafana插件扩展之Zabbix安装

在线安装Zabbix 官网:https://grafana.com/grafana/plugins/alexanderzobnin-zabbix-app # grafana-cli plugins install alexanderzobnin-zabbix-app # systemctl rest

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Grafana插件扩展之Clock安装

Grafana插件扩展之Clock安装

在线安装Clock 官网:https://grafana.com/grafana/plugins/grafana-clock-panel # grafana-cli plugins install grafana-clock-panel # systemctl restart grafana-ser

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Grafana插件扩展之世界地图安装

Grafana插件扩展之世界地图安装

在线安装Worldmap 官网:https://grafana.com/grafana/plugins/grafana-worldmap-panel # grafana-cli plugins install grafana-worldmap-panel # systemctl restart gr

Joe.Ye Joe.Ye 2023-03-25
0 0 0
Grafana插件扩展之饼图安装

Grafana插件扩展之饼图安装

在线安装Pie Chart 官网:https://grafana.com/grafana/plugins/grafana-piechart-panel # grafana-cli plugins install grafana-piechart-panel # systemctl restart g

Joe.Ye Joe.Ye 2023-03-25
0 0 0
可视化监控工具Grafana安装及使用

可视化监控工具Grafana安装及使用

随着业务的越发复杂,对软件系统的要求越来越高,这意味着我们需要随时掌控系统的运行情况。因此,对系统的实时监控以及可视化展示,就成了基础架构的必须能力。 本文介绍开源可视化监控套件Grafana的安装及其功能特点。 官网地址:https://grafana.com/ 官方文档:https://graf

Joe.Ye Joe.Ye 2023-03-25
0 0 0
1 2