.NET Library for alert manager
Install-Package Itselves.AlertManager.Abstraction
Itselves.AlertManager.Abstraction
is main package contains abstraction IAlertManager
public interface IAlertManager
{
Task AlertAsync(Alert alert, CancellationToken cancellationToken);
Task AlertAsync(string alert, CancellationToken cancellationToken); // Extension
}
There are several packages for alert manager providers
Name | Description |
---|---|
Itselves.AlertManager.ConsoleOnly | Console only provider |
Itselves.AlertManager.Prometheus | Prometheus provider |