0

I'm interested in tips how to get few critical VM system metrics (CPU, memory) into Application Insights. The VMs are nodes of Azure Service Fabric cluster. OS is Unbuntu 16.04 x64. The deployed application is written in C# .NET Core.

It can be done quite easily by marriage of Performance Counters and Microsoft.Diagnostics.EventFlow, however that's Windows, so I'm looking for similar solution on Linux.

So far I didn't find any and I'd be grateful for any hints.

Jan Dvorak
  • 21
  • 2
  • Based on this doc, it appears logging on Linux clusters does work https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-overview – micahmckittrick Apr 30 '19 at 18:23
  • Any update on this issue? – Karishma Tiwari - MSFT May 03 '19 at 20:32
  • Logging is not an issue. I'm looking for a way how to get system metrics into Application Insights. – Jan Dvorak May 03 '19 at 21:40
  • Either in similar fashion as on Windows clusters (Performance Counters + EventFlow) or maybe some trick how to get them from Azure tables. I mean other than writing some custom application shoveling records from Azure tables through TelemetryClient to AI. – Jan Dvorak May 03 '19 at 21:52

0 Answers0