From ebdcc41067d90e6529c4f249f13b6e06a8a4005e Mon Sep 17 00:00:00 2001 From: Jackson Weber Date: Thu, 23 Oct 2025 13:57:31 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e62d9d50..6c64c1d9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,17 @@ so that the Application Insights library can prepare later packages for tracking If you encounter conflicts with other libraries doing similar preparation, try loading the Application Insights library after those. +## Understanding SDK Reliability with SDK Stats + +The SDK stats feature helps you monitor the reliability of telemetry transmission from the Application Insights SDK to Azure Monitor. SDK stats provide visibility into telemetry ingestion, including success rates, throttling, and errors. This information is essential for understanding whether your application's telemetry is being reliably delivered to Application Insights. + +By analyzing SDK stats, you can: +- Monitor the health of telemetry transmission +- Identify issues with data delivery (network problems, throttling, etc.) +- Ensure telemetry is reaching Application Insights as expected +- Troubleshoot gaps in your telemetry data + +To learn more about SDK stats, including how to access and interpret them, see [SDK stats documentation](https://learn.microsoft.com/azure/azure-monitor/app/sdk-stats). ## Configuration