A granite-ledge worker writes ILogger warnings that never appear on a metric chart. Where should the developer query those messages in Application Insights?
Select an answer to reveal the explanation.
Short Explanation
ILogger warnings land in traces (queryable log records), not as metric tiles. Redis keys and Graph audit are the wrong filing cabinets.
Full Explanation
Application Insights stores diagnostic log messages as queryable records in the traces experience (or the corresponding Log Analytics table). Metric charts aggregate numeric series and will not list arbitrary warning text. Redis and Microsoft Graph are unrelated stores for this instrumentation path.