Skip to content

Commit d92bb96

Browse files
authored
Update README.md (#1477)
1 parent 9d67b0e commit d92bb96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ so that the Application Insights library can prepare later packages for tracking
8383
If you encounter conflicts with other libraries doing similar preparation, try
8484
loading the Application Insights library after those.
8585
86+
## Understanding SDK Reliability with SDK Stats
87+
88+
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.
89+
90+
By analyzing SDK stats, you can:
91+
- Monitor the health of telemetry transmission
92+
- Identify issues with data delivery (network problems, throttling, etc.)
93+
- Ensure telemetry is reaching Application Insights as expected
94+
- Troubleshoot gaps in your telemetry data
95+
96+
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).
8697
8798
## Configuration
8899

0 commit comments

Comments
 (0)