Documentation ¶
Index ¶
- func Close()
- func Error(err error)
- func ErrorMessage(message string)
- func Event(name string, properties ...map[string]interface{})
- func EventNotify(name string, properties ...map[string]interface{})
- func Init(telemetryConfig Config) error
- func RecordEmail(email string)
- func RecordOperatorID(clientID string, operatorID string)
- type BackoffMode
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorMessage ¶ added in v0.12.0
func ErrorMessage(message string)
func EventNotify ¶ added in v0.12.0
func RecordEmail ¶ added in v0.12.0
func RecordEmail(email string)
func RecordOperatorID ¶ added in v0.12.0
Types ¶
type BackoffMode ¶ added in v0.13.0
type BackoffMode int
const ( NoBackoff BackoffMode = iota BackoffDuplicateMessages BackoffAnyMessages )
Click to show internal directories.
Click to hide internal directories.