deployment-io / runner

Deployment runner automates various CI/CD, DevOps and infrastructure tasks on the cloud.
https://deployment.io
GNU General Public License v3.0
10 stars 1 forks source link

feat(get web service metrics):CloudWatch metrics job #12

Closed ankit-arora closed 2 months ago

ankit-arora commented 2 months ago

The AWS SDK version has been updated in the go.mod file. In addition, a new job has been added to list CloudWatch metrics for an AWS ECS web service. The new job retrieves CPU and memory utilization metrics from CloudWatch for a given ECS service and sends the details to the chat output if the ShouldSendChatOutput flag is set in the job parameters.