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
Accepts Endpoints: No
Multiple Instances Allowed: Yes
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 ) |