Docker Stats
info
See also dockerstatsreceiver docs in
opentelemetry-collector-contrib
repository.
note
The dockerstatsreceiver
extension is available in the default agent image. If
you're building your own Aperture Agent, add
integrations/otel/dockerstatsreceiver
to the bundled_extensions
list to make
the receiver available.
You can configure the OpenTelemetry Collector for Docker Stats as part of Policy resources while applying the policy:
policy:
resources:
infra_meters:
docker_stats:
agent_group: default
per_agent_group: true
receivers:
docker_stats: [dockerstatsreceiver configuration here]