Code to allow you to register your stateless/stateful service with a Watchdog so it can callback your service and check it's health.
Info
Version: | 1.0.0 |
Author(s): | Ross Smith |
Last Update: | Friday, September 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ross-p-smith/ServiceFabric.WatchDog.Connector |
NuGet Url: | https://www.nuget.org/packages/ServiceFabric.Watchdog.Connector |
Install
Install-Package ServiceFabric.Watchdog.Connector
dotnet add package ServiceFabric.Watchdog.Connector
paket add ServiceFabric.Watchdog.Connector
ServiceFabric.Watchdog.Connector Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 1.1.3)
- Microsoft.CSharp(>= 4.3.0)
- Microsoft.NETCore.Platforms(>= 1.1.0)
- Microsoft.ServiceFabric(>= 5.7.198)
- System.AppContext(>= 4.3.0)
- System.Collections(>= 4.3.0)
- System.Collections.Concurrent(>= 4.3.0)
- System.Collections.Immutable(>= 1.2.0)
- System.Console(>= 4.3.0)
- System.Diagnostics.Debug(>= 4.3.0)
- System.Diagnostics.DiagnosticSource(>= 4.3.1)
- System.Diagnostics.Tools(>= 4.3.0)
- System.Diagnostics.Tracing(>= 4.3.0)
- System.Globalization(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.IO.FileSystem(>= 4.3.0)
- System.IO.FileSystem.Primitives(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Linq.Expressions(>= 4.3.0)
- System.ObjectModel(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Reflection.Metadata(>= 1.3.0)
- System.Reflection.Primitives(>= 4.3.0)
- System.Resources.ResourceManager(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Runtime.Extensions(>= 4.3.0)
- System.Runtime.Handles(>= 4.3.0)
- System.Runtime.InteropServices(>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.Runtime.Numerics(>= 4.3.0)
- System.Security.Cryptography.Algorithms(>= 4.3.0)
- System.Security.Cryptography.Encoding(>= 4.3.0)
- System.Security.Cryptography.X509Certificates(>= 4.3.0)
- System.Text.Encoding(>= 4.3.0)
- System.Text.Encoding.Extensions(>= 4.3.0)
- System.Text.RegularExpressions(>= 4.3.0)
- System.Threading(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Xml.ReaderWriter(>= 4.3.0)
- System.Xml.XDocument(>= 4.3.0)
Tags