Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagMode = "telemetry" FlagModeUsage = `enable or disable telemetry (this setting is remembered), available options: ["off", "on"]` )
set of supported telemetry flags
View Source
const (
EventDataKeyError = "err"
)
set of event data keys
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventData ¶
type EventData struct {
Key string
Value interface{}
}
EventData holds additional event information
type Mode ¶
type Mode string
Mode is the Telemetry Mode
type Service ¶
Service tracks telemetry events
func NewService ¶
NewService creates a new telemetry service
Click to show internal directories.
Click to hide internal directories.