【问题标题】:AppInsights to monitorize Application Services用于监控应用程序服务的 AppInsights
【发布时间】:2015-06-12 11:23:47
【问题描述】:

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

主要问题是类似的产品都使用插件来监控安装在 Premise Machines、Virtualized Machines 上的其他类型的服务......即:

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

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

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

有什么想法吗?

问候,

奥斯卡

【问题讨论】:

    标签: azure-application-insights


    【解决方案1】:

    ApplicationInsights collects 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

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-10-06
        • 1970-01-01
        • 2010-10-15
        • 2011-10-29
        • 2018-05-08
        相关资源
        最近更新 更多