Skip to content

Commit 996228a

Browse files
author
Savelkoul, Thei
committed
Fix link to Azure Application Insights docs about flushing data
1 parent 2b3e6cd commit 996228a

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)