Akka.Cluster.Metrics
1.4.12
The member nodes of the cluster can collect system health metrics and publish that to other cluster nodes
and to the registered subscribers on the system event bus with the help of Cluster Metrics Extension.
See the version list below for details.
Install-Package Akka.Cluster.Metrics -Version 1.4.12
dotnet add package Akka.Cluster.Metrics --version 1.4.12
<PackageReference Include="Akka.Cluster.Metrics" Version="1.4.12" />
paket add Akka.Cluster.Metrics --version 1.4.12
Release Notes
Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.12 is a relatively minor release, but it includes some breaking changes:
BREAKING CHANGE**: [Akka.Cluster.Sharding: batch update](https://github.com/akkadotnet/akka.net/pull/4600) - includes some important updates for rebalancing shards more quickly, handling rolling updates, and using the new `AppVersion` type introduced in Akka.NET v1.4.11 to avoid allocating shards onto nodes that are being replaced during an upgrade. The breaking change: renamed the `Akka.Cluster.Sharding.TunningParameters` to `Akka.Cluster.Sharding.TuningParameters` in order to fix a misspelling. This changes the public API of all of the Akka.Cluster.Sharding settings classes - it shouldn't affect your Akka.NET application directly, but it will affect any plugins built on top of Akka.Cluster.Sharding.
[Akka.Streams: Make DistinctRetainingFanOutPublisher a public member](https://github.com/akkadotnet/akka.net/pull/4630) - needed to update Akka.Persistence plugins to implement Akka.Persistence.Query "CurrentPersistenceIds` queries correctly.
[Introduce Akka.Discovery Module](https://github.com/akkadotnet/akka.net/pull/4599) - introduces the brand new Akka.Discovery module, which allows Akka.NET services to discover Akka.Cluster seed endpoints, Kafka nodes, and more via a variety of methods. This module is still in beta as of 1.4.12 but it will be developed, documented, and incorporated into more tutorials + modules as it matures. You can read more about Akka.Discovery here: https://getakka.net/articles/discovery/index.html
To see the [full set of fixes in Akka.NET v1.4.12, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/43).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 6 | 333 | 34 | Aaron Stannard |
| 2 | 2 | 2 | dependabot-preview[bot] |
| 1 | 5 | 25 | Ebere Abanonu |
| 1 | 2823 | 384 | zbynek001 |
| 1 | 1449 | 0 | Ismael Hamed |
Dependencies
-
.NETStandard 2.0
- Akka.Cluster (>= 1.4.12)
- System.Diagnostics.Process (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.4.14 | 49 | 12/30/2020 |
1.4.13 | 126 | 12/16/2020 |
1.4.12 | 173 | 11/16/2020 |
1.4.11 | 100 | 11/5/2020 |
1.4.10 | 147 | 8/20/2020 |
1.4.9 | 197 | 7/21/2020 |
1.4.8 | 297 | 6/17/2020 |
1.4.7 | 145 | 5/27/2020 |
1.4.6 | 118 | 5/12/2020 |
1.4.5 | 129 | 4/29/2020 |
1.4.4 | 639 | 3/31/2020 |
1.4.3 | 157 | 3/18/2020 |
1.4.2 | 178 | 3/13/2020 |
1.4.1-rc3 | 170 | 3/10/2020 |
1.4.1-rc2 | 129 | 3/10/2020 |
1.4.1-rc1 | 162 | 2/28/2020 |
1.4.1-beta | 118 | 3/11/2020 |
1.4.0-beta4 | 214 | 1/28/2020 |