Skip to content

Commit 8d7a17e

Browse files
authored
Merge pull request #241 from DigitalDreamNL/fix-ms-learn-app-insights-link
Fix link to Azure Application Insights docs about flushing data
2 parents 2b3e6cd + 996228a commit 8d7a17e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private class IncludeRenderedMessageConverter : EventTelemetryConverter
286286
### Or: Where did my Messages go?
287287

288288
As explained by
289-
the [Application Insights documentation](https://azure.microsoft.com/en-us/documentation/articles/app-insights-api-custom-events-metrics/#flushing-data)
289+
the [Application Insights documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/app/classic-api?tabs=dotnet#flushing-data)
290290
, the default behaviour of the AI client is to buffer messages and send them to AI in batches whenever the client seems
291291
fit. However, this may lead to lost messages when your application terminates while there are still unsent messages in
292292
said buffer.

0 commit comments

Comments
 (0)