Docker 模块
编辑Docker 模块
编辑此模块从Docker容器中获取指标。默认的指标集是:container
、cpu
、diskio
、healthcheck
、info
、memory
和 network
。image
指标集默认不启用。
兼容性
编辑Docker 模块目前在 Linux 和 Mac 上使用社区版引擎(版本 1.11 和 17.09.0-ce)进行了测试。它未在 Windows 上进行测试,但应该也可以在那里工作。
Docker 模块支持从 Podman 的 Docker 兼容 API 收集指标。它已在 Linux 和 Mac 上使用 Podman Rest API v2.0.0 及更高版本进行了测试。
模块特定配置说明
编辑强烈建议您使用 3 秒或更长的period
来运行 Docker 指标集。对 Docker API 的请求已经需要长达 2 秒。指定小于 3 秒将导致请求超时,并且不会报告这些请求的任何数据。对于 Podman,应将配置参数 podman
设置为 true
。这可以启用容器统计信息输出的流式传输,从而在使用 Podman 时可以更准确地计算 CPU 百分比。
Docker 模块支持模块中描述的标准配置选项。这是一个示例配置
metricbeat.modules: - module: docker metricsets: - "container" - "cpu" - "diskio" - "event" - "healthcheck" - "info" #- "image" - "memory" - "network" #- "network_summary" hosts: ["unix:///var/run/docker.sock"] period: 10s enabled: true # If set to true, replace dots in labels with `_`. #labels.dedot: false # Docker module supports metrics collection from podman's docker compatible API. In case of podman set to true. # podman: false # Skip metrics for certain device major numbers in docker/diskio. # Necessary on systems with software RAID, device mappers, # or other configurations where virtual disks will sum metrics from other disks. # By default, it will skip devices with major numbers 9 or 253. #skip_major: [] # If set to true, collects metrics per core. #cpu.cores: true # To connect to Docker over TLS you must specify a client and CA certificate. #ssl: #certificate_authority: "/etc/pki/root/ca.pem" #certificate: "/etc/pki/client/cert.pem" #key: "/etc/pki/client/cert.key"
当使用 ssl
配置字段时,此模块支持 TLS 连接,如 SSL 中所述。
以下指标集可用