Why does our App Insights stop reporting data from the API server after about 24 hours?

Michael DeWeese 0 Reputation points
2025-02-13T17:31:05.1533333+00:00

Currently our Application Insights environment stops recording performance metrics from our main API server after about 24 hours. Restarting the API server gets the information to start appearing again. Our open telemetry seems to be unaffected, it is just the live metrics, performance, and failures.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,462 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shree Hima Bindu Maganti 3,675 Reputation points Microsoft External Staff
    2025-02-17T17:29:46.8833333+00:00

    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

    Live metrics: Monitor and diagnose with 1-second latency


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.