diff --git a/x-pack/plugins/apm/public/components/fleet_integration/apm_agents/agent_instructions_accordion.tsx b/x-pack/plugins/apm/public/components/fleet_integration/apm_agents/agent_instructions_accordion.tsx index 21b47b59e2c26..6757db1fe3580 100644 --- a/x-pack/plugins/apm/public/components/fleet_integration/apm_agents/agent_instructions_accordion.tsx +++ b/x-pack/plugins/apm/public/components/fleet_integration/apm_agents/agent_instructions_accordion.tsx @@ -240,6 +240,13 @@ export function AgentInstructionsAccordion({ 'xpack.apm.fleetIntegration.apmAgent.runtimeAttachment.betaBadge.label', { defaultMessage: 'BETA' } )} + tooltipContent={i18n.translate( + 'xpack.apm.fleetIntegration.apmAgent.runtimeAttachment.betaBadge.tooltipContent', + { + defaultMessage: + 'Auto-attachment for Java is not GA. Please help us by reporting any bugs.', + } + )} />