Documentation ¶
Overview ¶
Package app implements the Agent main loop, orchestrating all the components and providing the command line interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AgentCmd is the root command AgentCmd = &cobra.Command{ Use: "agent [command]", Short: "Datadog Agent at your service.", Long: ` The Datadog Agent faithfully collects events and metrics and brings them to Datadog on your behalf so that you can do something useful with your monitoring and performance data.`, } )
Functions ¶
Types ¶
type Servicedef ¶
type Servicedef struct {
// contains filtered or unexported fields
}
Servicedef defines a service
func (*Servicedef) IsEnabled ¶
func (s *Servicedef) IsEnabled() bool
IsEnabled checks to see if a given service should be started
Click to show internal directories.
Click to hide internal directories.