标签: prometheus
-
关于prometheus:prometheusoperator源码分析-prometheus配置自动更新之rulesreloader三
operator监听到prometheusrule配置变更,会更新configmap(目录prometheus…
-
关于prometheus:prometheusoperator源码分析-prometheus配置自动更新之configreloader二
operator监听到prometheus配置变更,会更新secret(文件prometheus-yaml.g…
-
关于prometheus:prometheusoperator源码分析-prometheus配置自动更新一
serviceMonitor/podMonitor等CRD对象变更,导致prometheus的配置文件变更,须…
-
关于prometheus:prometheusoperator源码分析-以prometheus-statefulset为例
Operator的整体架构:次要包含3大组件:Informer: 监听资源对象的变动,将变动转成事件放入Wor…
-
关于prometheus:prometheus-存储容量估算
指标:估算Prometheus在监控零碎中,采集指标的指标值时,所消耗的存储容量。统计后果个别以每小时/每天耗…
-
关于prometheus:prometheusoperator使用六-2个prometheus实例
prometheus-operator默认部署2个prometheus POD,并且被优先调度到master节…
-
关于prometheus:prometheusoperator使用五-自定义podservice自动发现配置
指标:用户启动的service或pod,在annotation中增加label后,能够主动被prometheu…
-
关于prometheus:prometheusoperator使用二-serviceMonitor监控kubeproxy
上文讲到serviceMonitor是service监控对象的形象,本文就以kube-proxy为例,剖析如何…
-
关于prometheus:prometheusoperator使用一-整体架构
prometheus-operator部署模式为deployment,其应用operator框架开发,oper…
-
关于prometheus:prometheus-remotewrite解析三-reshard分析
prometheus初始应用min_shards运行,在运行过程中,利用sampleIn/sampleOut等…