Metrics vs Logs vs Distributed Traces
Different telemetry types answer different questions. Metrics: numeric time-series (dashboards, thresholds). Logs: detailed events (search, investigation, correlation). Distributed traces: end-to-end request flow (latency/failure location). Use the right signal for the question you're asking.

