原文:Prometheus Operator 常用指标

说明:本文为转载文章,转自 Prometheus Operator 安装完成后会有很多默认的监控指标,一不注意就大量的报警产生,所以我们非常有必要了解下这些常用的监控指标,有部分指标很有可能对于我们自己的业务可有可无,所以可以适当的进行修改,这里我们就来对常用的几个指标进行简单的说明。 . Kubernetes 资源相关 . CPUThrottlingHigh 关于 CPU 的 limit 合理性 ...

2021-07-09 16:16 0 225 推荐指数:

查看详情

prometheus 常用监控指标

# /home分区容量 node_filesystem_avail_bytes{instance='192.168.1.1:9100',mountpoint="/home"} # 5m内cpu ...

Sun Oct 03 06:23:00 CST 2021 0 167
Prometheus指标采集常用配置

一、node-exporter配置textfile收集器 textfile收集器作用: 运行暴露自定义指标。例如,需要在某个被监控节点上添加一个地理位置的指标. node-exporter会自动启动textfile收集器,只需要指定textfile收集器指标所在的目录即可。使用 ...

Tue Dec 24 23:30:00 CST 2019 1 5382
Prometheus operator

一、简介 地址:https://github.com/prometheus-operator/kube-prometheus https://blog.csdn.net/choerodon/article/details/98587027 Prometheus Operator架构图 ...

Fri Nov 20 19:16:00 CST 2020 0 410
Helm安装Prometheus Operator

一、概述 使用 helm 安装 Prometheus Operator。使用 helm 安装后,会在 Kubernetes 集群中创建、配置和管理 Prometheus 集群,chart 中包含多种组件: prometheus-operator prometheus ...

Fri Aug 28 00:41:00 CST 2020 0 1185
prometheus operator监控coredns

1、创建service apiVersion: v1 kind: Service metadata: labels: app: prometheus-operator-coredns chart: prometheus-operator-7.4.0 heritage ...

Thu Jul 09 02:25:00 CST 2020 0 739
Prometheus Operator 的安装

Prometheus Operator 的安装 接下来我们用自定义的方式来对 Kubernetes 集群进行监控,但是还是有一些缺陷,比如 Prometheus、AlertManager 这些组件服务本身的高可用,当然我们也完全可以用自定义的方式来实现这些需求,我们也知道 Promethues ...

Tue Aug 06 22:33:00 CST 2019 0 736
Prometheus Operator 监控Kubernetes

Prometheus Operator 监控Kubernetes 1. Prometheus的基本架构 ​ Prometheus是一个开源的完整监控解决方案,涵盖数据采集、查询、告警、展示整个监控流程,下图是Prometheus的架构图: 官方文档:https ...

Sun Sep 22 19:13:00 CST 2019 0 456
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM