elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
103 stars 4.92k forks source link

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

Closed lucian-ioan closed 11 months ago

lucian-ioan commented 1 year ago

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

https://github.com/elastic/beats/blob/17d5bb1ff973322269ae428c138359baefc79bdc/x-pack/metricbeat/module/awsfargate/task_stats/container.go#L12-L18

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

Limits map[string]string

elasticmachine commented 1 year ago

Pinging @elastic/integrations (Team:Integrations)