可观测性与运维 第6页
Prometheus监控Kubernetes集群-AI运维探索者

Prometheus监控Kubernetes集群

一、监控集群节点 先把Configmap导出为yaml文件: 编辑yaml,在scrape_configs: 下面增加如下内容 应用配置 重启Prometheus服务 打开浏览器输入http://192.168.1.31:31093访问Prometheus,到Prom...
Prometheus:更新consul配置到Prometheus-AI运维探索者

Prometheus:更新consul配置到Prometheus

一、编辑prometheus_config.yaml,在 scrape_configs: 下面增加,如下。 **说明:因为consul-ui服务地址如果重启会发生变化,所以这里选择服务名** 二、重新导入配置 三、重启Prometheus服务 四...
Prometheus:AlertManager配置邮件告警-AI运维探索者

Prometheus:AlertManager配置邮件告警

一、获取qq邮箱二维码。 点击【Settings】 点击【服务】 按照提示发送短信,获取授权码bcreknhkuijidifd 二、将Alertmanager的配置文件从configMap里导出来 三、编辑配置文件 删除无用配置,要...
Prometheus:使用Grafana实现监控指标可视化-AI运维探索者

Prometheus:使用Grafana实现监控指标可视化

一、安装grafana-10.1.4版本 前期准备工作:安装helm和SC 1、下载包 2、修改values.yaml (1)定义storageClass: 'nfs-client' (2)执行`/image:`搜索镜像,替换国外镜像为国内镜像 替换docker.io/...
Kubernetes全链路监控:全链路监控Skywalking介绍-AI运维探索者

Kubernetes全链路监控:全链路监控Skywalking介绍

一、APM APM (Application Performance Management )应用性能管理 ,通过各种探针采集并上报数据,收集关键指标,同时搭配数据展示以实现对应用程序性能管理和故障管理的系统化解决方案。 目...
Prometheus 监控平台入门:架构、时序数据与适用场景-AI运维探索者

Prometheus 监控平台入门:架构、时序数据与适用场景

一、打造基于Prometheus的全方位监控平台 1.1 前言 **官网地址:**https://prometheus.io/docs/prometheus/latest/getting_started/ - 灵活的时间序列数据库; - 定制各式各样的监控规则; - Pr...
Elasticsearch运维API实战:health、settings、allocation与reroute-AI运维探索者

Elasticsearch运维API实战:health、settings、allocation与reroute

一、ES集群健康状态API(health) 1、安装jq工具 2、测试取数据 (1)取全部数据 相关数据说明: 参数
Prometheus入门:核心概念、应用场景与特性-AI运维探索者

Prometheus入门:核心概念、应用场景与特性

一、什么是Prometheus Prometheus是一个开源的系统监控和警报工具,用于收集和存储应用程序和系统的时间序列数据。它由SoundCloud开发并于2012年首次发布,后来成为Cloud Native Computing Foun...
Prometheus 黑盒监控:外部域名的 HTTP 与 POST 探测-AI运维探索者

Prometheus 黑盒监控:外部域名的 HTTP 与 POST 探测

一、HTTP 监控(监控外部域名) 按上面方法重载 Prometheus,打开 Prometheus 的 Target 页面,就会看到 上面定义的 `blackbox-external-website` 任务 二、HTTP Post 监控(监控外部域名) 按...
SkyWalking 链路追踪实战:Spring 微服务场景模拟与 UI 分析-AI运维探索者

SkyWalking 链路追踪实战:Spring 微服务场景模拟与 UI 分析

一、线上真实场景模拟(springboot微服务) 1.1 Springboot微服务 - UI服务 1.2 Springboot微服务 - office服务 1.3 Springboot微服务 - account服务 1.4 Springboot微服务 - customer服务 1.5 ...