Info
| Version: | 2.3.2 | 
| Author(s): | Microsoft | 
| Last Update: | Monday, July 7, 2025 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://aka.ms/sf/FabricObserver | 
| NuGet Url: | https://www.nuget.org/packages/Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained | 
Install
Install-Package Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained
                        dotnet add package Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained
                        paket add Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained
                        
                                Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
CO is a highly configurable and extensible Service Fabric stateless service that monitors aggregated cluster health and emits SF entity-specific telemetry. It is designed to be run in Service Fabric Windows and Linux clusters.
This package contains the entire application and can be used to build .NET Standard 2.0/.NET6 observer plugins. NOTE: If you want to target .NET 6 for your plugins, then you must use Microsoft.ServiceFabricApps.FabricObserver.Extensibility.3.2.9 or higher nuget package to build them.