Hi @Michael DeWeese ,
Welcome to MS Q&A platform,
Hey there! There could be a few reasons why your Application Insights stops reporting data from the API server after about 24 hours. One common issue might be with the telemetry channel, which could be losing data or having interruptions. Check for any known problems in the telemetry channel that could cause this. Also, make sure the required fields are being sent correctly and aren't too large, as this can lead to data being rejected by the backend.
Another possibility is a misconfiguration in your Application Insights setup. Misconfigurations or a silently failing SDK might cause it to stop sending data. Monitoring the SDK logs can help identify if the backend is rejecting data.
Lastly, if you're using adaptive sampling, check if it's affecting the amount of telemetry being sent, especially if you're generating a large volume of data.
Let me know if you have any assistances.
If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
Troubleshoot no data: Application Insights for .NET and .NET Core