Class AlertProviderType
- Namespace
- Scaleout.Streaming.DigitalTwin.Core
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
Holds the different types of Alerting providers supported in the system.
public static class AlertProviderType
- Inheritance
-
AlertProviderType
- Inherited Members
Fields
PagerDuty
Send alerts to Pager Duty.
public const string PagerDuty = "PagerDuty"
Field Value
Slack
Send alerts to Slack.
public const string Slack = "Slack"
Field Value
Splunk
Send alerts to Splunk On-Call.
public const string Splunk = "Splunk"