An alder-creek ferry API looks slow on an Application Insights chart, but a teammate cannot find the one failing call. How should metrics and logs be treated?
Select an answer to reveal the explanation.
Short Explanation
Metrics are rolled-up scores—great for trends, terrible for one bad checkout. Logs (and traces) hold the individual rows. Redis “optimize” charts are not Domain 4.
Full Explanation
Application Insights metrics summarize rates, durations, and failure percentages. When the investigation needs a specific request, exception, or message, query logs or transaction search instead of staring at an aggregate chart. Redis cache metrics and pure Log Analytics administration are outside this Application Insights developer skill.