Search⌘ K
AI Features

Design of a Monitoring System

Define the scope and requirements for a distributed monitoring system in system design. Identify key signals to track, such as service health, network latency/packet loss, and host-level hardware errors. Outline a high-level architecture with metric collectors, a query API, and a time-series database for storage.

Requirements

The monitoring system must track the following:

  • Critical local process crashes.

  • Resource ...