惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Exploit Database - CXSecurity.com
A
Arctic Wolf
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
PCI Perspectives
PCI Perspectives
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
U
Unit 42
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy & Cybersecurity Law Blog
O
OpenAI News
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Cisco Blogs
AWS News Blog
AWS News Blog
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
美团技术团队
T
Threatpost
S
Schneier on Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Cyber Attacks, Cyber Crime and Cyber Security
Last Week in AI
Last Week in AI
C
CERT Recently Published Vulnerability Notes
Blog — PlanetScale
Blog — PlanetScale
C
Cybersecurity and Infrastructure Security Agency CISA
F
Full Disclosure
博客园_首页
N
Netflix TechBlog - Medium
Security Latest
Security Latest
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Register - Security
The Register - Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Recent Announcements
Recent Announcements
博客园 - Franky
P
Palo Alto Networks Blog
Project Zero
Project Zero
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
H
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Cisco Talos Blog
Cisco Talos Blog
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 【当耐特】
GbyAI
GbyAI

基础 on 打工人日志

Tmux 安装和使用教程 使用 ElasticSearch Curator 7天定期删除日志 GNU/Linux 一键更换系统软件源脚本 在windows上安装appium 基础知识-计算机系统 systemd 守护命令 Linux crontab 命令 linux常用命令 linux基础知识 yaml 语法 iptables 基础知识 网络基础知识 linux服务基础知识 mysql基础知识 shell基础知识 TCP/IP详解 运维知识图谱
可观测性和监控的区别
2023-02-11 · via 基础 on 打工人日志

可观测性和监控的区别

本页内容


可观测性(Observability)和监控(Monitoring)都是IT系统中非常重要的概念,但它们有一些显著的区别:

可观测性(Observability)

  • 定义:可观测性是系统设计的一种特性,指的是系统内部状态通过外部输出(如日志、指标、跟踪等)来推断的能力。
  • 目的:目的是了解系统内部的行为和状态,特别是在出现未知问题或故障时,帮助快速定位和解决问题。
  • 特点
    • 广泛的数据收集:包括日志、指标、分布式追踪等各种类型的数据。
    • 深度分析:通过收集到的数据,可以进行深度分析和关联,找到问题的根本原因。
    • 支持未知问题:可观测性系统设计是为了应对未知问题,而不仅仅是已知的或预期的问题。

监控(Monitoring)

  • 定义:监控是对系统或应用程序进行实时观察和检查,以确保其正常运行,并在出现问题时触发警报。
  • 目的:目的是及时发现和响应已知的、预期的问题或故障。
  • 特点
    • 预设指标:通常监控系统会预先设定一系列指标(如CPU使用率、内存使用率、响应时间等)进行跟踪。
    • 自动化警报:当某些指标超过预设阈值时,监控系统会自动触发警报,通知相关人员采取行动。
    • 重点在实时性:监控系统强调实时性,确保系统能在短时间内对问题做出响应。

主要区别

目的和范围:

  • 监控主要关注已知问题,提供实时性警报和响应。
  • 可观测性更广泛,旨在理解系统内部的复杂行为,帮助解决未知问题。
  • 数据处理和分析:

监控依赖于预先设定的指标和阈值。

  • 可观测性依赖于广泛的数据收集和深度分析,能处理更复杂的场景。

问题处理方式:

  • 监控系统通常是反应式的,在问题发生时触发警报。
  • 可观测性系统是探索式的,通过分析数据来发现潜在问题。

总结

监控是确保系统健康运行的基本工具,而可观测性则提供了更深入的洞察和分析能力,以便在复杂和不可预知的环境中更好地管理和优化系统。