Skip to main content
Version: 2.34.0

AWS ECS Container Metrics

info

See also awsecscontainermetricsreceiver docs in opentelemetry-collector-contrib repository.

note

The awsecscontainermetricsreceiver extension is available in the default agent image. If you're building your own Aperture Agent, add integrations/otel/awsecscontainermetricsreceiver to the bundled_extensions list to make the receiver available.

You can configure the OpenTelemetry Collector for AWS ECS Container Metrics as part of Policy resources while applying the policy:

policy:
resources:
infra_meters:
awsecscontainermetrics:
agent_group: default
per_agent_group: true
receivers:
awsecscontainermetrics:
[awsecscontainermetricsreceiver configuration here]