Application insights and service fabric?

不问归期 提交于 2019-12-04 07:51:21

On the azure portal, you can now create a resource called 'Service Fabric Analytics' to create a nice dashboard for your cluster. Configure as cluster like described here. It's OMS based, not Appinsights though.

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.

In service fabric with Eventflow https://github.com/Azure/diagnostics-eventflow you had a option to send the diagnostics data to multiple data stores like WAD Tables, OMS, elastic search and application insights. Have a look at it. It is really straight forward and easily integrate with ETW events and will serve your purpose.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!