process

package
v0.56.0-rc.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL