标签:监控

15篇
  1. Jaeger学习笔记

    https://www.jaegertracing.io/ https://www.jaegertracing.io/docs/1.52/getting started/ 启动 endpoint http://10.10.51.4:14250 Console ht…

  2. Prometheus改造

    参考 https://github.com/prometheus community/helm charts https://artifacthub.io/packages/helm/prometheus community/prometheus helm方式安装…

  3. SkyWalking部署

    参考 https://skywalking.apache.org/ https://github.com/apache/skywalking kubernetes https://skyapm.github.io/document cn translation o…

  4. Loki部署

    参考 官网 https://grafana.com/oss/loki/ https://github.com/grafana/loki https://grafana.com/docs/loki/latest/installation/helm/ 入门教程 htt…

  5. Prometheus监控详细步骤

    官网 https://grafana.com/grafana/download?edition=oss https://prometheus.io/download/ Grafana Prometheus BlackboxExporter NodeExporter

  6. Skywalking学习笔记

    参考文档 https://skywalking.apache.org/zh/2020 04 19 skywalking quick start/ https://github.com/SkyAPM/document cn translation of skywal…

  7. Druid双数据源监控

    参考文档 https://www.cnblogs.com/bolingcavalry/p/14296129.html https://github.com/alibaba/druid/blob/master/druid spring boot starter/RE…

  8. Prometheus部署笔记

    参考文档 https://www.cnblogs.com/caoweixiong/p/12156590.html https://github.com/prometheus community/elasticsearch exporter/releases nod…

  9. Nginx监控部署笔记

    SSL支持 参考文档 https://blog.51cto.com/u 13363488/2350495 安装SSL依赖 编译参数 Prometheus监控 参考文档 https://www.bboy.app/2021/02/03/%E4%BD%BF%E7%94%…

  10. Dubbo监控部署

    dubbo admin 下载 https://github.com/apache/dubbo admin 注意下载0.3.0 0.4.0的mock server会同时启动2次,报端口重复 界面 本机测试: http://localhost:8080/ root/r…

  11. Telegraf告警配置

    参考文档 https://github.com/influxdata/telegraf/tree/master/plugins/inputs https://github.com/influxdata/telegraf/tree/master/plugins/pa…

  12. ELK分布式日志平台初步配置

    简介 ELK = Elasticsearch + Logstash + Kibana ,是一套非常流行的分布式日志采集、处理、汇总及展示工具。 Logstash 日志采集、过滤,并转发给Elasticsearch Elasticsearch 搜索引擎,存储、索引、…

  13. Zipkin微服务调用链跟踪工具配置

    简介 Zipkin是一套Twitter开发的开源的APM工具 (Application Performance Management) ,可以用于微服务的调用链监控。 类似的APM系统还有:PinPoint、Google Dapper、淘宝鹰眼等。 相比起PinP…

  14. Telegraf学习笔记

    官网文档 https://www.influxdata.com/time series platform/telegraf/ https://github.com/influxdata/telegraf https://docs.influxdata.com/te…

  15. tmon-一个简陋的应用健康度检测系统

    简介 tmon 一个简陋的应用健康度检测系统,基于Python3。 请注意,这是一个重复的轮子,源于某项目的紧急救火过程中,需要快速搭建一套监控系统实时监控几套后台服务的需求。 相较于使用现成的开源系统,花时间进行技术选型、部署、修改源码等操作,重写一套系统花费的…