# Functions
CompileStringsToRegex compile each word in the slice into a regex pattern to match against the cmdline arguments The word must contain only word characters ([a-zA-z0-9_]) or wildcards *.
IsBlacklisted returns a boolean indicating if the given command is blacklisted by our config.
LoadConfigIfExists takes a path to either a directory containing datadog.yaml or a direct path to a datadog.yaml file and loads it into ddconfig.Datadog.
NewAgentConfig returns an AgentConfig using a configuration file.
NewDefaultAgentConfig returns an AgentConfig with defaults initialized.
NewDefaultDataScrubber creates a DataScrubber with the default behavior: enabled and matching the default sensitive words.
NewDefaultTransport provides a http transport configuration with sane default timeouts.
# Constants
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
Name for check performed by process-agent or system-probe.
# Structs
AgentConfig is the global config for the process-agent.
DataScrubber allows the agent to blacklist cmdline arguments that match a list of predefined and custom words.
WindowsConfig stores all windows-specific configuration for the process-agent and system-probe.