Documentation ¶
Overview ¶
Package events provides definitions and functions related to the definition of telemetry events.
Index ¶
Constants ¶
View Source
const CommandEventPrefix = "cmd."
Command event names follow the convention cmd.<command invocation path with spaces replaced by .>.
Examples:
- cmd.auth.login
- cmd.init
- cmd.up
View Source
const PackBuildEvent = "tools.pack.build"
PackBuildEvent is the name of the event which tracks the overall pack build operation.
View Source
const VsRpcEventPrefix = "vsrpc."
Prefix for vsrpc events.
Variables ¶
This section is empty.
Functions ¶
func GetCommandEventName ¶
GetCommandEventName returns the event name for CLI commands.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.