Akka.HealthCheck.Persistence
0.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Akka.HealthCheck.Persistence --version 0.2.1
NuGet\Install-Package Akka.HealthCheck.Persistence -Version 0.2.1
<PackageReference Include="Akka.HealthCheck.Persistence" Version="0.2.1" />
paket add Akka.HealthCheck.Persistence --version 0.2.1
#r "nuget: Akka.HealthCheck.Persistence, 0.2.1"
// Install Akka.HealthCheck.Persistence as a Cake Addin #addin nuget:?package=Akka.HealthCheck.Persistence&version=0.2.1 // Install Akka.HealthCheck.Persistence as a Cake Tool #tool nuget:?package=Akka.HealthCheck.Persistence&version=0.2.1
Akka.NET and Akka.Persistence healthchecks for environments like K8s, AWS, Azure, Pivotal Cloud Foundry, and more.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.HealthCheck (>= 0.2.1)
- Akka.Persistence (>= 1.3.12)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Akka.HealthCheck.Persistence:
Package | Downloads |
---|---|
Akka.HealthCheck.Hosting
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Akka.HealthCheck.Persistence:
Repository | Stars |
---|---|
Aaronontheweb/InMemoryCQRSReplication
Akka.NET Reference Architecture - CQRS + Sharding + In-Memory Replication
|
Version | Downloads | Last updated |
---|---|---|
1.5.26.1 | 34,306 | 7/18/2024 |
1.5.26 | 931 | 7/15/2024 |
1.5.24 | 7,611 | 6/11/2024 |
1.5.18 | 16,715 | 3/25/2024 |
1.5.17.1 | 4,091 | 3/4/2024 |
1.5.16 | 2,941 | 2/23/2024 |
1.5.12 | 34,015 | 9/11/2023 |
1.5.9 | 6,352 | 7/24/2023 |
1.5.2 | 24,057 | 4/19/2023 |
1.5.0.1 | 5,630 | 3/8/2023 |
1.5.0 | 810 | 3/3/2023 |
1.0.0 | 1,992 | 1/18/2023 |
1.0.0-beta1 | 510 | 1/5/2023 |
0.3.4 | 964 | 12/22/2022 |
0.3.3 | 975 | 11/2/2022 |
0.3.2 | 4,293 | 6/24/2021 |
0.3.1 | 1,122 | 3/25/2021 |
0.3.0 | 1,932 | 3/11/2020 |
0.3.0-rc2 | 430 | 3/10/2020 |
0.3.0-rc1 | 439 | 3/2/2020 |
0.2.1 | 1,806 | 3/20/2019 |
0.2.0 | 687 | 3/15/2019 |
Added startup log information option**
Added configuration option to turn on log information which displays Readiness/Liveness configuration success. It will also display whether it is set to have a File or TCP transport. It will then display the file name which will but written out or the TCP port that will be used.
Log information for Liveness/Readiness transport**
Added configuration option to turn on Liveness/Radiness transport info event logs.