Documentation
¶
Index ¶
- func Close()
- func Init() error
- func IsEnabled() bool
- func TrackAppStart(command string)
- func TrackBuildXOperation(operation string, platform string, success bool)
- func TrackCLICommand(commandName string, subcommand string, args []string)
- func TrackConfigOperation(operation string, success bool)
- func TrackDaggerOperation(operation string, module string, success bool, executionTime time.Duration)
- func TrackError(errorType string, component string, errorMessage string)
- func TrackMCPCommand(toolName string)
- func TrackToolExecution(toolName string, executionTime time.Duration, success bool, errorType string)
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TrackAppStart ¶ added in v0.8.2
func TrackAppStart(command string)
TrackAppStart tracks when the application starts
func TrackBuildXOperation ¶ added in v0.8.2
TrackBuildXOperation tracks BuildX operations
func TrackCLICommand ¶ added in v0.8.2
TrackCLICommand tracks when a user runs a CLI command
func TrackConfigOperation ¶ added in v0.8.2
TrackConfigOperation tracks config-related operations
func TrackDaggerOperation ¶ added in v0.8.2
func TrackDaggerOperation(operation string, module string, success bool, executionTime time.Duration)
TrackDaggerOperation tracks Dagger-related operations
func TrackError ¶ added in v0.8.2
TrackError tracks significant errors
func TrackMCPCommand ¶
func TrackMCPCommand(toolName string)
TrackMCPCommand tracks when a user runs an MCP command
Types ¶
Click to show internal directories.
Click to hide internal directories.