Мониторинг и Обсервабилити
Системы слежения за работоспособностью ИТ-продуктов.
🌐 Термины на других языках:
While often used together, they mean different things. Monitoring is about answering 'Is the system healthy?' (Checking predefined metrics like CPU or memory). Observability is about answering 'Why is the system behaving this way?' (Using detailed logs and traces to understand unknown issues).
graph LR
Center["Мониторинг и Обсервабилити"]:::main
Rel_carbon_footprint["carbon-footprint"]:::related -.-> Center
click Rel_carbon_footprint "/terms/carbon-footprint"
Rel_governance["governance"]:::related -.-> Center
click Rel_governance "/terms/governance"
Rel_testnet["testnet"]:::related -.-> Center
click Rel_testnet "/terms/testnet"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Проверка знаний
1 / 1
🧒 Простыми словами
Мониторинг — это градусник (показывает температуру). Обсервабилити — это томограф (показывает, что происходит внутри организма).
🤓 Expert Deep Dive
Трассировка (Tracing) — ключ к пониманию распределенных систем.