From abb597ebf1168f95d88ee6a990010ce7685fb079 Mon Sep 17 00:00:00 2001 From: Charles Torre Date: Thu, 6 Mar 2025 20:34:53 -0800 Subject: [PATCH] Readme/nuspec update --- ClusterObserver/Readme.md | 6 +++--- FabricObserver.nuspec.template | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ClusterObserver/Readme.md b/ClusterObserver/Readme.md index 5c9bf950..afe49c58 100644 --- a/ClusterObserver/Readme.md +++ b/ClusterObserver/Readme.md @@ -1,12 +1,12 @@ -### ClusterObserver 2.3.1 (.NET 8) -#### This version targets .NET 8 and SF Runtime >= 9.1. +### ClusterObserver 2.3.1 (NET 8) +#### This version targets NET 8 and SF Runtime >= 10.0. ClusterObserver (CO) is a stateless singleton Service Fabric .NET 8 service that runs on one node in a cluster. CO observes cluster health (aggregated) and sends telemetry when a cluster is in Error or Warning. CO shares a very small subset of FabricObserver's (FO) code. It is designed to be completely independent from FO sources, but lives in this repo (and SLN) because it is very useful to have both services deployed, especially for those who want cluster-level health observation and reporting in addition to the node-level user-defined resource monitoring, health event creation, and health reporting done by FO. FabricObserver is designed to generate Service Fabric health events based on user-defined resource usage Warning and Error thresholds which ClusterObserver sends to your log analytics and alerting service. -Starting with version 2.3.1, you must deploy the self-contained release package unless you are deploying to a cluster running SF Version >= 10.1 CU3 or higher, then you can deploy framework-dependent release. +Starting with version 2.3.0, you must deploy the self-contained release package unless you are deploying to a cluster running SF Version >= 10.1 CU3 or higher, then you can deploy framework-dependent release. By design, CO will send an Ok health state report when a cluster goes from Warning or Error state to Ok. diff --git a/FabricObserver.nuspec.template b/FabricObserver.nuspec.template index fd38473d..56430af2 100644 --- a/FabricObserver.nuspec.template +++ b/FabricObserver.nuspec.template @@ -7,6 +7,7 @@ - This version of FabricObserver is built for NET8 and SF Runtime 10.0 and higher: It will not work on lower versions of Service Fabric. - Bug Fix: Extensibility library targets SF Services versions greater than or equal to 7.0.1816, which is SF 10.x. This is to ensure compatibility with the latest versions of Service Fabric and enable FO plugin authors to reference Microsoft SDK package that target 7.x versions. - Linux Bug Fix: AppObserver conditional logic bug (Linux-only) is now fixed. This bug causes AppObserver to fail in FO version 3.3.0 (not earlier versions) running in Linux SF clusters. + - Several nuget package updates. Microsoft MIT