Skip to content

metrics-agent-2.12.0 - Payload Reduction & Memory Optimization

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 19:39
54ed99b

This release includes memory optimization of the metrics-agent by stripping unused metadata from Kubernetes resources in the informers.

This should reduce the metrics-agent's memory footprint and reduce the upload payload.

Also included in this release is the dropping of resources that do not incur costs. Examples being replica sets with zero active pods and jobs that have been completed over an hour ago. Thanks @jdhudson3 for the efforts here!