Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application insights and service fabric?

Tags:

I found this from several months back on Application Insights and Service Fabric and I'm wondering if there is any new information.

I would really like to get CPU, Memory, Storage and other metrics out of service fabric and the reliable actors. Having it presented in a user friendly HUD like app insights provides would be awesome!

Thanks!

like image 255
Eli Pulsifer Avatar asked Oct 04 '16 22:10

Eli Pulsifer


1 Answers

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.

like image 109
LoekD Avatar answered Sep 23 '22 16:09

LoekD