FabricObserver 3.2.2.960
FabricObserver 3.2.2.960, ClusterObserver 2.2.1.960 - SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.
NOTE: This release requires SF Runtime versions 9.0 and higher and targets .NET 6.
FabricObserver Changes
- AppObserver will now detect and monitor Guest Executable services.
- AppObserver can now be configured to monitor RG Memory Limits and Warn (only) when 90% of said limit has been reached. This is configurable in AppObserver configuration (JSON) so you can override the default value per application. This includes all service CodePackages with RG Memory limits specified (MemoryInMb or MemoryInMbLimit). This is Windows-only for now.
- AppObserver now monitors all code packages (e.g., helper binaries) specified in ServiceManifest.
- AppObserver now monitors process Private Bytes (Windows-only, MB and Percent).
- AppObserver can now dump service processes in Warning state.
See the Using documentation for samples and more info.
ClusterObserver Changes
- Bug fixes