Recently to find Production issues, I used Application insight and created logs using Telemetry Trace. So, I'm using currently two separate keys one for Dev and one for SIT environment. randomly few logs were missing, I’m not sure what is the issue, no errors.
We just want to log some information and exceptions. No need of request or performance related stuff.
From past three days, at least some part of the logs are missing in between randomly, no errors found. In dev and SIT , concurrent users will hit the APIs. Please suggest do I need to change any configuration.
In Config file I commented Perfcounter part.
And increased MaxTelemetryItemsPerSecond to 200.
Using Adaptive sampling. And Telemetry client for logging, sample code: telemetry.TrackTrace("", properties) - no severity level mentioned.
Our Application is .NET application, Web API , framework 4.7.