Overview

The 'Containers - Overview' dashboard, showing metrics for CPU and Memory usage.

The Podman receiver collects metrics that populate the Containers - Overview dashboard. Configure the receiver according to the specifications of the latest version of the podmanreceiver.

This dashboard displays metrics from all container runtimes. To view your Podman data, use the runtime template variable at the top of the dashboard to select podman.

For more information, see the OpenTelemetry project documentation for the Podman receiver.

Setup

To collect Podman metrics with OpenTelemetry for use with Datadog:

  1. Configure the Podman receiver in your OpenTelemetry Collector configuration.
  2. Ensure the OpenTelemetry Collector is configured to export to Datadog.

See the Podman receiver documentation for detailed configuration options and requirements.

Data collected

OTELDATADOGDESCRIPTION
container.blockio.io_service_bytes_recursive.readcontainer.io.readNumber of bytes transferred from the disk by the container
container.blockio.io_service_bytes_recursive.writecontainer.io.writeNumber of bytes transferred to the disk by the container
container.cpu.usage.systemcontainer.cpu.systemSystem CPU usage.
container.cpu.usage.totalcontainer.cpu.usageTotal CPU time consumed.
container.memory.usage.limitcontainer.memory.soft_limitMemory limit of the container.
container.memory.usage.totalcontainer.memory.usageMemory usage of the container.
container.network.io.usage.rx_bytescontainer.net.rcvdBytes received by the container.
container.network.io.usage.tx_bytescontainer.net.sentBytes sent by the container.

See OpenTelemetry Metrics Mapping for more information.

Further reading

Additional helpful documentation, links, and articles: