You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of docker image is printing all the metrics into its own log, the root cause is in #193 where @pingleig forgot to remove the debug statement ae64a26#r50943644
If you are only using prometheus part of the agent, you can safely revert back to previous version unless you are relabelling job, instance or __name__ (see Versions section for yaml and docker image you should use).
If you are not using prometheus part of the agent or not collecting log of agent itself, you won't get billed for the large amount (useless) log, though it will add some pressure on the node running agent depends the volume of prometheus metrics.
If you are using agent for collecting container metrics on EKS, agent is using cadvisor and not using prometheus. And if you uses contianerd, only the latest release contains [k8s] Pod metrics is gone when using containerd as runtime #188 so you should stick with the lastest version.
Overview
The latest version of docker image is printing all the metrics into its own log, the root cause is in #193 where @pingleig forgot to remove the debug statement ae64a26#r50943644
amazon-cloudwatch-agent/plugins/inputs/prometheus_scraper/metrics_receiver.go
Line 86 in c7a6db5
What should you do
job
,instance
or__name__
(see Versions section for yaml and docker image you should use).Versions
Previous version
1.247347.5b250583
amazon/cloudwatch-agent:1.247347.5b250583
orpublic.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.247347.5b250583
Latest version (w/ the log bug)
1.247347.6b250880
amazon/cloudwatch-agent:1.247347.6b250880
orpublic.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.247347.6b250880
The text was updated successfully, but these errors were encountered: