Skip to content
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

[AWS Fargate] Add Memory Hard Limit from container metadata #37120

Closed
lucian-ioan opened this issue Nov 14, 2023 · 1 comment · Fixed by #37194
Closed

[AWS Fargate] Add Memory Hard Limit from container metadata #37120

lucian-ioan opened this issue Nov 14, 2023 · 1 comment · Fixed by #37194
Assignees
Labels
enhancement Team:Integrations Label for the Integrations team

Comments

@lucian-ioan
Copy link
Contributor

lucian-ioan commented Nov 14, 2023

Currently, not all metadata from the containers is being parsed by the metricbeat awsfargate module:

// container is a struct representation of a container
type container struct {
DockerId string
Name string
Image string
Labels map[string]string
}

The following line should be added to extract the Hard Limit that will be used in the integration dashboard:

Limits map[string]string

@lucian-ioan lucian-ioan self-assigned this Nov 14, 2023
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Nov 14, 2023
@lucian-ioan lucian-ioan added the Team:Integrations Label for the Integrations team label Nov 14, 2023
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Nov 14, 2023
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Team:Integrations Label for the Integrations team
Projects
None yet
2 participants