Skip to content

FabricObserver 3.2.9

Compare
Choose a tag to compare
@GitTorre GitTorre released this 14 Aug 18:54

FabricObserver 3.2.9, ClusterObserver 2.2.5 - SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

Deploy to Azure

FabricObserver Changes

  • AppObserver no longer relies on Environment.ProcessorCount to determine concurrent monitoring capability. Even if you are CPU-limiting FabricObserver to a percentage of a single CPU core via Service Fabric Resource Governance, in which case Environment.ProcessorCount would return 1, AppObserver will still monitor services concurrently if AppObserverEnableConcurrentMonitoring is set to true.

  • AppObserver: Bug fix in child process monitoring.

  • AppObserver: Bug fix in Cpu RG monitoring.

  • Performance and Code improvements.

ClusterObserver Changes

  • Performance and Code improvements.