Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Alerter ¶
func NewService ¶
func NewService(opts *AlerterOpts) (*Alerter, error)
type AlerterOpts ¶
type AlerterOpts struct { Dev bool KustoEndpoints map[string]string Region string AlertAddr string Cloud string Port int Concurrency int Tags map[string]string // MaxNotifications is the maximum number of notifications to send per rule. MaxNotifications int // Managed Identity options MSIID string MSIResource string // Application Token options KustoToken string CtrlCli client.Client }
type KustoClient ¶
Click to show internal directories.
Click to hide internal directories.