目前,我们正在使用AppInsights监视我们的.net应用程序。
主要问题是,类似的产品与插件相关,以便监视安装在前提机、虚拟化机器上的其他类型的服务。即:
我们试图了解如何用AppInsights来实现它,如果有必要的话,开发这些插件.但是我们不知道什么是最好的方法,也不知道我们是否可以使用AppInsights获得它。
基本上,我们希望使用相同的仪表板来分析各种度量(应用程序/操作)。不再继续使用n个仪表板(Zabbix、Nagios、Azure Portal Manager仪表板.)
知道吗?
致以敬意,
奥斯卡
发布于 2016-03-30 21:59:03
默认情况下,ApplicationInsights 收集 Sql和Http依赖项。不支持Redis和docker,但您可以使用ApplicationInsights SDK对代码进行测试。
文档:https://azure.microsoft.com/en-us/documentation/articles/app-insights-api-custom-events-metrics/
资料来源:https://github.com/Microsoft/ApplicationInsights-dotnet
发布于 2015-11-25 20:22:50
您可能会在应用程序洞察力中寻找依赖项跟踪。( https://azure.microsoft.com/en-us/documentation/articles/app-insights-dependencies/ )
https://stackoverflow.com/questions/30801855
复制相似问题