Skip to content

Commit

Permalink
Readme/nuspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Torre committed Mar 7, 2025
1 parent f803291 commit abb597e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ClusterObserver/Readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions FabricObserver.nuspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</releaseNotes>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
Expand Down

0 comments on commit abb597e

Please sign in to comment.