Advanced Web & Software Development
Q96 / 100

What is observability in distributed systems?

Correct! Well done.

Incorrect.

The correct answer is B) The ability to infer internal system states from external outputs using the three pillars: metrics (what), logs (why), and traces (where) for distributed systems debugging

B

Correct Answer

The ability to infer internal system states from external outputs using the three pillars: metrics (what), logs (why), and traces (where) for distributed systems debugging

Explanation

Observability (CNCF): Metrics (Prometheus/Grafana: counters, gauges, histograms), Logs (structured: JSON, correlated with trace IDs), Distributed Tracing (Jaeger, Zipkin: end-to-end request flows). OpenTelemetry standardizes collection.

Progress
96/100