utils

package
v1.26.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProcessConfigRunInCoreAgentMinVersion = "7.60.0-0"
	EnableADPAnnotation                   = "agent.datadoghq.com/adp-enabled"
	EnableFineGrainedKubeletAuthz         = "agent.datadoghq.com/fine-grained-kubelet-authorization-enabled"
	EnableHostProfilerAnnotation          = "agent.datadoghq.com/host-profiler-enabled"

	EnableFlightRecorderAnnotation = "agent.datadoghq.com/flightrecorder-enabled"

	EnablePrivateActionRunnerAnnotation     = "agent.datadoghq.com/private-action-runner-enabled"
	PrivateActionRunnerConfigDataAnnotation = "agent.datadoghq.com/private-action-runner-configdata"

	EnableClusterAgentPrivateActionRunnerAnnotation      = "cluster-agent.datadoghq.com/private-action-runner-enabled"
	ClusterAgentPrivateActionRunnerConfigDataAnnotation  = "cluster-agent.datadoghq.com/private-action-runner-configdata"
	ClusterAgentPrivateActionRunnerK8sRemediationEnabled = "cluster-agent.datadoghq.com/private-action-runner-k8s-remediation-enabled"
)

Variables

This section is empty.

Functions

func GetFeatureConfigAnnotation added in v1.25.0

func GetFeatureConfigAnnotation(dda metav1.Object, annotation string) (string, bool)

func HasFeatureEnableAnnotation added in v1.25.0

func HasFeatureEnableAnnotation(dda metav1.Object, annotation string) bool

func IsDataPlaneDogstatsdEnabled added in v1.25.0

func IsDataPlaneDogstatsdEnabled(ddaSpec *v2alpha1.DatadogAgentSpec) bool

IsDataPlaneDogstatsdEnabled returns true if the Data Plane should handle DogStatsD.

func IsDataPlaneEnabled added in v1.25.0

func IsDataPlaneEnabled(dda metav1.Object, ddaSpec *v2alpha1.DatadogAgentSpec) bool

IsDataPlaneEnabled returns true if the Data Plane is enabled. CRD configuration takes precedence over the annotation. If the annotation is used, a deprecation warning is logged.

func ShouldRunProcessChecksInCoreAgent added in v1.21.0

func ShouldRunProcessChecksInCoreAgent(ddaSpec *v2alpha1.DatadogAgentSpec) bool

ShouldRunProcessChecksInCoreAgent determines whether process checks should run in the core agent based on the agent version. Agents >= 7.60.0 support running process checks in the core agent. Note: As of Agent 7.78, process checks always run in the core agent on Linux and the DD_PROCESS_CONFIG_RUN_IN_CORE_AGENT_ENABLED envvar is no longer recognized.

Types

This section is empty.

Jump to

Keyboard shortcuts

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