ApplicationInsights-dotnet icon indicating copy to clipboard operation
ApplicationInsights-dotnet copied to clipboard

What is the behavior for the ServerTelemetryChannel when multiple processes are using the same StorageFolder in the same disk?

Open gustavoaca1997 opened this issue 1 year ago • 0 comments

More specifically, I am talking about Kubernetes pods, running different instances of the same application. I haven't found official recommendations for that scenario.

Besides attaching a Persistent Volume, it feels like I need to also care about the race conditions.

I am sending Application Insights' Events and Metrics to be consumed by an orchestrator service, so I need them to be reliable. Should I expect that if I don't care about inter-processes race conditions, duplicates might appear?

gustavoaca1997 avatar Apr 23 '25 18:04 gustavoaca1997