Documentation ¶
Overview ¶
Package metadata implements specific Metadata Collectors for the Agent. Such collectors might have dependencies (like Python) that we don't want in the general purpose `github.com/DataDog/datadog-agent/pkg/metadata` package, that can be imported by different softwares like Dogstatsd.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentChecksCollector ¶
type AgentChecksCollector struct{}
AgentChecksCollector fills and sends the old metadata payload used in the Agent v5 for agent check status
func (*AgentChecksCollector) Send ¶
func (hp *AgentChecksCollector) Send(s *serializer.Serializer) error
Send collects the data needed and submits the payload
Click to show internal directories.
Click to hide internal directories.