Dubbo是阿里巴巴公司开源的一个高性能优秀的服务框架,使得应用可通过高性能的RPC实现服务的输出和输入功能,可以和Spring框架无缝集成。Dubbo框架,是基于容器运行的,容器是Spring 1. 服务调用超时问题怎么解决? 消费者调用服务超时会引起服务降级的发生,即从发出调用请求到 获取到提供 ...
分类:
其他好文 时间:
2021-06-02 19:19:13
阅读次数:
0
ansible批量部署node_exporter; 基于consul服务发现; 将node_exporter所在机器的ip和端口注册到consul; 普罗米修斯从consul获取到ip和端口自动加入监控 100台:web、db、负载均衡、消息队列 "id": "web-1","name": "web ...
分类:
其他好文 时间:
2021-05-04 15:32:29
阅读次数:
0
dashboard模板:2MySQL Simple Dashboard (https://grafana.com/grafana/dashboards/7991) 添加数据源,导入模板后,dashboards 提示 Error query faild 此时你查看inspect.那你会发现它是读取my ...
分类:
数据库 时间:
2021-04-21 12:54:07
阅读次数:
0
用Prometheus+grafana进行监控 https://github.com/justwatchcom/elasticsearch_exporter https://github.com/vvanholl/elasticsearch-prometheus-exporter 用metricbe ...
分类:
其他好文 时间:
2021-04-14 11:50:27
阅读次数:
0
1. 下载zookeeper https://mirrors.cnnic.cn/apache/zookeeper/ 选择带bin的 2. 解压 3.创建配置文件 cp ${path}/conf/zoo_sample.cfg ${path}/conf/zoo.cfg 4.修改配置文件 zk1配置 # ...
分类:
其他好文 时间:
2021-04-13 12:29:00
阅读次数:
0
监控linux主机的相关性能 cpu 内存 网络 磁盘 带宽 IO采用插件node_export 部署node_exporter插件[root@node1 ~]# mkdir /opt/monitor/[root@node1 ~]# tar -xf node_exporter-0.17.0.linu ...
分类:
系统相关 时间:
2021-04-13 12:02:02
阅读次数:
0
1.简介 为什么宏哥要对Jmeter的配置文件进行一下讲解了,因为有的童鞋或者小伙伴在测试中遇到一些需要修改配置文件的问题不是很清楚也不是很懂,就算修改了也是模模糊糊的。更有甚者觉得那是禁地神圣不可轻犯不敢触碰不敢修改,害怕修改错了Jmeter运行不了了。听宏哥的大胆修改大不了再重新安装一个新的Jm ...
分类:
其他好文 时间:
2021-04-09 12:53:26
阅读次数:
0
下面说一下这个开源软件的安装实践过程,目标如下: 在监控服务器上安装prometheus 在被监控环境上安装exporter 安装grafana 在监控服务器上安装prometheus 开始安装prometheus,首先先去官网下载对应系统的版本:https://prometheus.io/down ...
分类:
其他好文 时间:
2021-03-30 13:21:49
阅读次数:
0
Dubbo服务暴露的过程整体分为:生成Invoker、根据不同的协议(protocol)将Invoker转换成Exporter。 生成Invoker 生成Invoker的代码: Invoker<?> invoker = proxyFactory.getInvoker(ref, (Class) int ...
分类:
其他好文 时间:
2021-03-01 13:35:13
阅读次数:
0
alertmanager使用感悟-邮件 这篇文章是基于之前博客进行开展的:关于计划任务的一个小需求(https://www.cnblogs.com/windysai/p/14352248.html) 利用了prometheus 下 process-exporter对crond计划任务进程监控的, g ...
分类:
其他好文 时间:
2021-02-10 13:19:27
阅读次数:
0