简体   繁体   中英

Performance Considerations of Microsoft Application Insights?

I couldn't find any information about an async implementation of application Insights, specifically the TelemetryClient for Microsoft.ApplicationInsights Nuget.

And by that I mean a full implementation from the exposed methods down to the actual http request sent to the service, not just a wrapper.

I guess it'd make sense for performance considerations, especially when coding a ASP.NET MVC website. Is that on the roadmap? Did I miss anything?

Thanks for your help!

The article about the application insights overview has a section What's the overhead?

which describes the performance gap produced by application insights as following:

The impact on your app's performance is very small. Tracking calls are non-blocking, and are batched and sent in a separate thread.

So you don't have to consider about performance issues caused by application insights.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM