Documentation
¶
Overview ¶
Package agentimpl implements the grpc component interface for the core agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provides ¶
Provides defines the output of the grpc component
func NewComponent ¶
NewComponent creates a new grpc component
type Requires ¶
type Requires struct {
compdef.In
DogstatsdServer dogstatsdServer.Component
Capture replay.Component
PidMap pidmap.Component
SecretResolver secrets.Component
RcService option.Option[rcservice.Component]
RcServiceMRF option.Option[rcservicemrf.Component]
IPC ipc.Component
Tagger tagger.Component
TagProcessor option.Option[tagger.Processor]
Cfg config.Component
AutoConfig autodiscovery.Component
WorkloadMeta workloadmeta.Component
Collector option.Option[collector.Component]
RemoteAgentRegistry remoteagentregistry.Component
Telemetry telemetry.Component
Hostname hostnameinterface.Component
ConfigStream configstream.Component
}
Requires defines the dependencies for the grpc component
Click to show internal directories.
Click to hide internal directories.