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
At the moment there is no option to modify the resource limits for AMP collector.
I found an old PR which hardcoded resource limits and requests.
Use Case
I'm trying to get AWS AMP working using CDK for typescript found that AMP collector's hardcoded memory limit is not enough on a larger EKS cluster.
I create an AMP workspace and then deploy AdotCollectorAddOn followed by AmpAddon using CDK and works fine on a smaller EKS cluster. But AMP Collector pod failing with OOMKilled error on a larger cluster.
Proposed Solution
Allow modification of Amp collector configurations including resource limits and replica count.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
CDK version used
2.178.2
EKS Blueprints Version
1.16.3
Node.js Version
v23.6.0
Environment details (OS name and version, etc.)
n/a
The text was updated successfully, but these errors were encountered:
Describe the feature
At the moment there is no option to modify the resource limits for AMP collector.
I found an old PR which hardcoded resource limits and requests.
Use Case
I'm trying to get AWS AMP working using CDK for typescript found that AMP collector's hardcoded memory limit is not enough on a larger EKS cluster.
I create an AMP workspace and then deploy AdotCollectorAddOn followed by AmpAddon using CDK and works fine on a smaller EKS cluster. But AMP Collector pod failing with OOMKilled error on a larger cluster.
Proposed Solution
Allow modification of Amp collector configurations including resource limits and replica count.
Other Information
No response
Acknowledgements
CDK version used
2.178.2
EKS Blueprints Version
1.16.3
Node.js Version
v23.6.0
Environment details (OS name and version, etc.)
n/a
The text was updated successfully, but these errors were encountered: