Hi @David F. Mejia Cascante
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
It could be that there was a temporary issue with Azure usage in the US 2 eastern region, or maybe your applications were generating more logs than usual, hit a rate limit in Application Insights and could be a network issue preventing logging sending way temporarily, or there is an error in your logging setup fits the data it doesn't capture
To check, I suggest checking Azure Service Health to see if there were any outages in your region during the affected period. You can also check Application Insights diagnostics for any errors or throttle symptoms that could have affected log ingestion. If you can’t find anything there, reviewing your network connection and logging configuration may also provide some answers. If the problem persists, I suggest you contact Azure Support to investigate the issue further.
In the long term, you may want to consider setting up alerts in Application Insights to notify you if telemetry stops or if logs suddenly decrease, so you can quickly catch any issues. Additionally, if your applications generate a lot of logs, optimizing the transmitted data or spreading it across multiple workstations can help avoid hitting intake limits in the future.
For reference, please review this documentation :-
If you have any further queries, do let us know.