As mentioned here https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html the deamon for X-Ray goes EOL, which means we need to migrate away from it. From the look of things, the functions are now merged into the CloudWatch agent. I have yet to get a working example yet but it may need a config change to the CloudWatch agent to get this new function of the CloudWatch agent to work, thus affecting the way we generate the SSM parameters for CloudWatch agent.
As mentioned here https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html the deamon for X-Ray goes EOL, which means we need to migrate away from it. From the look of things, the functions are now merged into the CloudWatch agent. I have yet to get a working example yet but it may need a config change to the CloudWatch agent to get this new function of the CloudWatch agent to work, thus affecting the way we generate the SSM parameters for CloudWatch agent.
terraform-aws-github-runner/modules/runners/logging.tf
Line 2 in ceb1182