Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.13 KB

collectd-docker.md

File metadata and controls

38 lines (20 loc) · 1.13 KB

collectd/docker

Pulls container stats from the Docker Engine. We strongly recommend using the docker-container-stats monitor instead, as it will scale to large number of containers much better.

See https://github.com/signalfx/docker-collectd-plugin.

Monitor Type: collectd/docker

Monitor Source Code

Accepts Endpoints: No

Multiple Instances Allowed: Yes

Configuration

Config option Required Type Description
dimensions no map of strings A set of dimensions to add to container metrics (see https://github.com/signalfx/docker-collectd-plugin#extracting-additional-dimensions).
dockerURL yes string URL of the Docker engine, can be a unix socket path.
excludedImages no list of strings
excludedNames no list of strings
excludedLabels no map of strings
collectNetworkStats no bool (default: false)