0

目前我们正在使用 AppInsights 来监控我们的 .net 应用程序。

主要问题是类似的产品都带有插件,以监控安装在前提机器、虚拟机上的其他类型的服务......即:

  • SQL 数据库
  • Redis 实例
  • Docker 容器
  • ...

我们正在尝试了解如何使用 AppInsights 来完成它,如果有必要开发这些插件......但我们不知道最好的方法是什么,或者我们是否可以使用 AppInsights 来获得它。

基本上我们想使用相同的仪表板来分析所有类型的指标(应用程序/操作)......而不是继续使用 n 仪表板(Zabbix、Nagios、Azure 门户管理仪表板......)

任何想法?

问候,

奥斯卡

4

2 回答 2

1

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

于 2016-03-30T21:59:03.973 回答
0

您可能正在 applicationinsights 中寻找依赖跟踪。(https://azure.microsoft.com/en-us/documentation/articles/app-insights-dependencies/

于 2015-11-25T20:22:50.373 回答