Files
nexus/wiki/concepts/监控可观测性.md
2026-04-16 17:30:41 +08:00

954 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
监控可观测性 concept
devops
monitoring
observability
operations
cloud-devop-maturity-guideline
DevOps-Culture-and-Transformation
2026-04-16

Definition

监控可观测性Monitoring and Observability是指通过持续监控、日志记录和快速问题检测与解决确保生产环境稳定运行的能力。

Three Pillars

  1. 指标Metrics:量化系统行为的数值数据
  2. 日志Logs:系统事件的离散记录
  3. 追踪Traces:请求在分布式系统中的完整路径

Key Tools

  • Prometheus:指标采集和存储
  • Grafana:可视化仪表板
  • ELK Stack日志管理仅在其他源文件中提及

Connections