【问题标题】:Azure Service Fabric - profiling standalone cluster appsAzure Service Fabric - 分析独立群集应用程序
【发布时间】:2018-02-24 10:39:07
【问题描述】:

是否有任何 web 监控系统来远程分析 asp.net 核心应用程序,部署到独立的本地 SF 集群?我们已经尝试配置 AppInsights Profiler,如 https://docs.microsoft.com/ru-ru/azure/application-insights/app-insights-profiler 所述,但它似乎仅适用于云部署实例。此外,AppInsights 正在为查询/故障监控、sql-query 监控等其他目的而工作,但分析除外。

【问题讨论】:

    标签: .net profiling azure-service-fabric


    【解决方案1】:

    嗯,确实,在云中,使用 AI 的事情会更容易,因为您只需将数据从 WAD 发送到 Azure AI,这是通过在 WAD 配置中添加 AI 接收器来实现的。但是您仍然可以选择本地环境 -

    1. 使用EventFlow 配置 AI

    导入 Microsoft.Diagnostics.EventFlow.Output.ApplicationInsightsNuGet 包,使用您的密钥配置 AI 输出,一切顺利。

    1. AI.SDK

    ApplicationInsight 的 Service Fabric NuGet 包包含与 AI 集成的特定内容。查看下一篇文章 - ApplicationInsights-ServiceFabricMore telemetry from Application InsightsExplore .NET trace logs in Application Insights

    1. AI 监听器和 ETW

    这篇文章解释了如何设置 Application Insights 侦听器,该侦听器会将发出的事件直接发送到 AI - Distributed Tracing in Service Fabric using Application Insights

    【讨论】:

    • 谢谢,我们会按照您的建议尝试实施自定义事件。
    猜你喜欢
    • 2020-01-29
    • 2017-04-02
    • 1970-01-01
    • 2017-04-07
    • 2019-06-05
    • 2018-10-27
    • 2018-11-23
    • 2019-01-15
    • 2016-12-06
    相关资源
    最近更新 更多