Skip to content

[ terraform-ibm-observability-agents/modules/logs-agent] Include variables to configure agent resources #469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
fidel-ibm opened this issue Mar 5, 2025 · 1 comment
Assignees

Comments

@fidel-ibm
Copy link

fidel-ibm commented Mar 5, 2025

Currently the agent doesn't expose a variable to configure the logs-agent resources, although is supported from the logs-agent helm chart

resources:
  limits:
    cpu: 500m
    ephemeral_storage: 10Gi
    memory: 3Gi
  requests:
    cpu: 100m
    ephemeral_storage: 2Gi
    memory: 1Gi

Something like

logs_agent_resources should be sufficient to pass this information, note that the chart enforces the need to pass the entire configuration even if you are changing only one of the values.

@ocofaigh
Copy link
Member

ocofaigh commented Mar 5, 2025

PR under review: #470

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants