aws / amazon-cloudwatch-agent

CloudWatch Agent enables you to collect and export host-level metrics and logs on instances running Linux or Windows server.
MIT License
435 stars 196 forks source link

Provide Linux amd64 tar.gz distribution #179

Open axelfontaine opened 3 years ago

axelfontaine commented 3 years ago

This would be an easy to implement (almost identical make target as the darwin tar one) and very useful addition for systems with deb and rpm package support (distroless images).

pxaws commented 3 years ago

Thanks for the suggestion! Could you please contribute to the make file to make it possible? We will be happy to review and merge it.

varshashesh commented 1 year ago

Provided fix for this issue: https://github.com/aws/amazon-cloudwatch-agent/pull/599