Моніторинг та Обсервабіліті (Спостережуваність)

Інструменти для відстеження стану та здоров'я систем.

🌐 Терміни іншими мовами:

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

Обсервабіліті тримається на трьох 'китах': Логи, Метрики та Трасування. Останнє особливо важливе для мікросервісів, щоб бачити шлях запиту крізь усю систему.

📚 Джерела