分类: Prometheus

13 篇文章

Apache Exporter 监控手札
Apache Exporter 监控手札 前言 Apache Exporter 是一个 Prometheus 的 exporter,用于收集 Apache HTTP Server 的指标数据,并通过 Prometheus 进行监控。 步骤 以下是使用 Apache Exporter 进行监控的步骤: 前提条件 已安装并运行 Apache HTTP …
kube-Prometheus监控Nginx
kube-Prometheus监控Nginx 要使用 Prometheus 监控 Nginx 数据,通常需要通过一个 exporter 来暴露 Nginx 的指标数据。Nginx 本身并不直接支持 Prometheus 格式的指标输出,但可以通过以下几种方式实现监控,一种是通过nginx_exporter监控,需要开启nginx_stub_stat…
kube-Prometheus监控Tomcat服务
kube-Prometheus监控Tomcat服务 前言 最近公司某个tomcat集群服务老出问题,问了其他同事有没有Tomcat等应用状态的监控的时候,他们都说这些老服务没上监控。 部署 下载jmx_exporter 我这边使用版本为:0.20.0 下载连接:https://repo.maven.apache.org/maven2/io/prom…