aws-samples / amazon-cloudwatch-container-insights

CloudWatch Agent Dockerfile and K8s YAML templates for CloudWatch Container Insights.
MIT No Attribution
162 stars 106 forks source link

Remove legacy EMF ssm parameter definition from cwagent-emf README #128

Closed Smarker closed 1 year ago

Smarker commented 1 year ago

Issue

Description of changes:

metrics_collected – This is a legacy field that specified that the agent is to collect logs that are in embedded metric format. You can generate metric data from these logs. It contained the emf field which specified that the agent is to collect metrics embedded in logs. To collect metrics embedded in logs it is no longer necessary to include either the metrics_collected field or the emf field.

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html#CloudWatch-Agent-Configuration-File-Logssection

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.