Kuochuan Ponzio
Thanks for the update! Glad to see you were able to resolve your issue. Thanks for posting your solution so that others experiencing the same thing can easily reference this.
Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.
Issue:
Azure Application Insights stopped logging traces for nearly 3 hours, even though requests were made during that time.
Resolution:
The missing traces were due to the Log Query editor limiting results to 1,000 items. Refining the query to retrieve more results made the traces visible.
Essential Insights:
- Query result limits: Application Insights log queries have a default limit on the number of results returned. If data seems to be missing, try adjusting the query parameters.
- Diagnostic tools: Azure Monitor and Diagnostic Logs can help confirm if functions executed as expected.
- Workbooks & visualization: Understanding Azure Workbooks' data source limits can aid in better visualization and troubleshooting.
Hope this helps others facing similar issues!