Info
Version: | 2.3.0 |
Author(s): | Microsoft |
Last Update: | Wednesday, August 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://aka.ms/sf/FabricObserver |
NuGet Url: | https://www.nuget.org/packages/Microsoft.ServiceFabricApps.ClusterObserver.Linux.SelfContained |
Install
Install-Package Microsoft.ServiceFabricApps.ClusterObserver.Linux.SelfContained
dotnet add package Microsoft.ServiceFabricApps.ClusterObserver.Linux.SelfContained
paket add Microsoft.ServiceFabricApps.ClusterObserver.Linux.SelfContained
Microsoft.ServiceFabricApps.ClusterObserver.Linux.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.