上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 66 下一页
摘要: 一 修改grafana.ini ~# cat /etc/grafana/grafana.ini #################################### SMTP / Emailing ########################## [smtp] enabled = true 阅读全文
posted @ 2021-12-01 16:02 小吉猫 阅读(135) 评论(0) 推荐(0)
摘要: 一 设置钉钉机器人 二 设置grafana 三 验证告警信息 阅读全文
posted @ 2021-12-01 15:36 小吉猫 阅读(564) 评论(0) 推荐(0)
摘要: 一 设置钉钉webhook 二 设置dingtalk GitHub:https://github.com/timonwong/prometheus-webhook-dingtalk/ 2.1 下载dingtalk ~# wget https://github.com/timonwong/promet 阅读全文
posted @ 2021-12-01 15:09 小吉猫 阅读(3656) 评论(0) 推荐(0)
摘要: 一 nacos监控指标 1.1 nacos监控指标 指标 含义 http_server_requests_seconds_count http请求次数,包括多种(url,方法,code) http_server_requests_seconds_sum http请求总耗时,包括多种(url,方法,c 阅读全文
posted @ 2021-12-01 11:34 小吉猫 阅读(2980) 评论(0) 推荐(0)
摘要: 一 部署jdk 参考:https://www.cnblogs.com/wangguishe/p/15595476.html 二 nacos集群部署架构 http://nacos.com:port/openAPI 域名 + SLB模式(内网SLB,不可暴露到公网,以免带来安全风险),可读性好,而且换i 阅读全文
posted @ 2021-11-30 17:07 小吉猫 阅读(599) 评论(0) 推荐(0)
摘要: 部署Envoy的常用方法 镜像方式部署 Envoy项目为多种平台(例如amd64和arm64等)维护有相应的Docker Image,我们可按需猎取相应镜像后以容器形式运行Envoy,而且它们存在以下几种变化形式 envoy:基于Ubuntu Bionic制作的Docker Image envoy- 阅读全文
posted @ 2021-11-29 18:22 小吉猫 阅读(2183) 评论(0) 推荐(0)
摘要: 一 程序架构 1.1 架构的形式与特点 以文档和代码呈现:架构既包含设计过程,也包括设计的产物,可以是各类设计文档、设计图,也可是一些技术验证代码、 Demo或其它相关的程序;文档是设计的载体,而代码是系统功能实现的载体; 架构服务于业务:即架构的首要功能是服务于业务功能,因此,架构设计需要一定的前 阅读全文
posted @ 2021-11-29 14:02 小吉猫 阅读(371) 评论(0) 推荐(0)
摘要: 一 配置Prometheus 1.1 配置prometheus.yml ~# cat prometheus.yml global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 阅读全文
posted @ 2021-11-26 14:18 小吉猫 阅读(220) 评论(0) 推荐(0)
摘要: 一 consul备份内容 Consul 提供了可以使用 CLI 或 API 运行的快照命令。该snapshot命令保存了 Consul 服务器状态的时间点快照,其中包括但不限于: Key-Value entries the service catalog prepared queries sessi 阅读全文
posted @ 2021-11-26 11:45 小吉猫 阅读(848) 评论(0) 推荐(0)
摘要: 一 服务定义 https://www.consul.io/docs/discovery/services#security-configurations 1.1 service 这是定义服务的根级参数。您可以指定参数来配置服务。 范围 描述 默认 必需的 id 指定服务 ID 的字符串值。 如果未指 阅读全文
posted @ 2021-11-25 21:25 小吉猫 阅读(2623) 评论(0) 推荐(1)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 66 下一页