Documentation
¶
Overview ¶
Package process contains end-to-end tests for the general functionality of the process agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentStatus ¶
type AgentStatus struct {
ProcessAgentStatus struct {
Expvars struct {
Map struct {
EnabledChecks []string `json:"enabled_checks"`
SysProbeProcessModuleEnabled bool `json:"system_probe_process_module_enabled"`
} `json:"process_agent"`
} `json:"expvars"`
Error string `json:"error"`
} `json:"processAgentStatus"`
ProcessComponentStatus struct {
Expvars struct {
Map struct {
EnabledChecks []string `json:"enabled_checks"`
SysProbeProcessModuleEnabled bool `json:"system_probe_process_module_enabled"`
} `json:"process_agent"`
} `json:"expvars"`
} `json:"processComponentStatus"`
}
AgentStatus is a subset of the agent's status response for asserting the process-agent runtime
Click to show internal directories.
Click to hide internal directories.