从应用上的Visual Studio 2013删除应用程序洞察
在Visual Studio中我添加的应用程序洞察力创造一个ApplicationInsights.config并不能确定被添加到项目中还有什么其他文件的项目。
On Visual Studio I added application insight to a project which creates a ApplicationInsights.config and not sure what other files were added to the project.
事情是,做点击右键,preSS添加应用程序的Insight是pretty直线前进。现在我正在寻找,但没有成功的方式来删除该项目的应用程序的见解。
Thing is, doing right click and press Add Application Insight was pretty straight forward. Now I'm looking with no success a way to remove the application insight for that project.
我怎样才能做到这一点?
How can I achieve that ?
在生产服务器上,使用DebugView中,我看到了遥测日志,甚至在服务器上关闭应用程序监控服务后。
On production server, using DebugView, I see the telemetry logs, even after shutting down the Application Monitor Services on the server.
任何帮助是AP preciated,我想彻底的在该应用程序摆脱洞察力。
Any help is appreciated, I want to completely get rid of application insight on that application.
除非我误解的问题,您应该只删除一个延伸和可能的一个的NuGet包。
Unless I'm misunderstanding the question, you should only have to remove one extension and possibly one nuget package.
卸载应用洞察工具为Visual Studio 扩展,并删除在应用遥测SDK的服务的NuGet包。遥测包一起安装应用见解,但必须单独删除。
Uninstall the Application Insights Tools for Visual Studio extension and remove the Application Telemetry SDK for Services nuget package. The telemetry package is installed along with Application Insights but must be removed separately.
在我的经验,如果你想使用Application Insights的其他功能,以保持不需要遥测包。删除遥测包将停止所有遥测测井但应用解析会继续报道非遥测信息就好了。
In my experience the telemetry package is not required if you wish to keep using Application Insights' other features. Removing the telemetry package will stop all telemetry logging but Application Insights will continue to report non-telemetry information just fine.