Documentation
¶
Overview ¶
Package events provides definitions and functions related to the definition of telemetry events.
Index ¶
Constants ¶
View Source
const ( ExtensionRunEvent = "ext.run" ExtensionInstallEvent = "ext.install" )
Extension related events.
View Source
const ( // CopilotInitializeEvent tracks the agent initialization flow (model/reasoning config). CopilotInitializeEvent = "copilot.initialize" // CopilotSessionEvent tracks session creation or resumption. CopilotSessionEvent = "copilot.session" )
Copilot agent related events.
View Source
const AgentTroubleshootEvent = "agent.troubleshoot"
AgentTroubleshootEvent is the name of the event which tracks agent troubleshoot operations.
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 McpEventPrefix = "mcp."
Prefix for MCP related events.
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.