Complete the code to define the main goal of observability in distributed systems.
observability_goal = "To provide [1] into system behavior and performance"
Observability means having visibility into how the system behaves and performs.
Complete the code to list a key component of observability that collects data from services.
key_component = "[1] collects logs, metrics, and traces from microservices"
A monitoring system collects logs, metrics, and traces to help observe the system.
Fix the error in the statement about observability benefits.
Observability helps to [1] issues quickly in distributed systems.
Observability helps detect issues quickly so they can be fixed.
Fill both blanks to complete the observability data types and their purpose.
Observability uses [1] to measure system health and [2] to follow requests across services.
Metrics measure system health, and traces follow requests through services.
Fill all three blanks to complete the observability benefits in distributed systems.
Observability improves [1], reduces [2], and helps with [3] in microservices.
Observability improves reliability, reduces downtime, and helps find root causes of problems.