应用洞察力和服务结构?
Application insights and service fabric?
几个月前我在 Application Insights 和 Service Fabric 上找到了 this,我想知道是否有任何新信息。
我真的很想从服务结构和可靠的参与者那里获得 CPU、内存、存储和其他指标。将它呈现在用户友好的 HUD 中,就像应用洞察力提供的那样会很棒!
谢谢!
在 Azure 门户上,您现在可以创建一个名为 'Service Fabric Analytics' 的资源来为您的集群创建一个漂亮的仪表板。像 here 描述的那样配置集群。它基于 OMS,但不是 Appinsights。
The Service Fabric Solution helps identify and troubleshoot issues
across your Service Fabric cluster, by providing visibility into how
your Service Fabric virtual machines are performing and how your
applications and micro-services are running. Available features
include: • Get insight into your Service Fabric framework • Get
insight into the performance of your Service Fabric applications and
micro-services • View events from your applications and micro-services
Data collected: Service Fabric Reliable Service Events, Service Fabric
Actor Events, Service Fabric Operational Events, Event tracing for
Windows events and Windows event logs. Requirements: This solution
will only work if you have set up Azure Diagnostics on your Service
Fabric VMs, and have configured OMS to collect data for your WAD
tables.
在带有 Eventflow 的服务结构中 https://github.com/Azure/diagnostics-eventflow 您可以选择将诊断数据发送到多个数据存储,如 WAD 表、OMS、弹性搜索和应用程序洞察。
看看它。它真的很简单,可以轻松地与 ETW 事件集成,并将满足您的目的。
几个月前我在 Application Insights 和 Service Fabric 上找到了 this,我想知道是否有任何新信息。
我真的很想从服务结构和可靠的参与者那里获得 CPU、内存、存储和其他指标。将它呈现在用户友好的 HUD 中,就像应用洞察力提供的那样会很棒!
谢谢!
在 Azure 门户上,您现在可以创建一个名为 'Service Fabric Analytics' 的资源来为您的集群创建一个漂亮的仪表板。像 here 描述的那样配置集群。它基于 OMS,但不是 Appinsights。
The Service Fabric Solution helps identify and troubleshoot issues across your Service Fabric cluster, by providing visibility into how your Service Fabric virtual machines are performing and how your applications and micro-services are running. Available features include: • Get insight into your Service Fabric framework • Get insight into the performance of your Service Fabric applications and micro-services • View events from your applications and micro-services Data collected: Service Fabric Reliable Service Events, Service Fabric Actor Events, Service Fabric Operational Events, Event tracing for Windows events and Windows event logs. Requirements: This solution will only work if you have set up Azure Diagnostics on your Service Fabric VMs, and have configured OMS to collect data for your WAD tables.
在带有 Eventflow 的服务结构中 https://github.com/Azure/diagnostics-eventflow 您可以选择将诊断数据发送到多个数据存储,如 WAD 表、OMS、弹性搜索和应用程序洞察。 看看它。它真的很简单,可以轻松地与 ETW 事件集成,并将满足您的目的。