-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a new version of the docker check, it's called docker_daemon (name can be changed). The previous check "docker" is now deprecated and won't receive further support. In terms of features, this adds: - Support for TLS connections to the daemon - New metrics: - Network metrics - Memory limits - Container size (rootfs) - Image size - Support for labels (convert them into tags). Off by default, uses a list of labels that should be converted. - Support for ECS tags: task name and task version Backward incompatible changes: - docker.disk.size metric is renamed to docker.container.size_rw - Old optional metrics: https://github.com/DataDog/dd-agent/blob/5.4.x/checks.d/docker.py#L29-L38 Are not collected anymore - Old old tags are not supported anymore (e.g. `name` instead of container_name) fix: #1299 #1648 #1739 #1742 #1896
- Loading branch information
Remi Hakim
committed
Sep 14, 2015
1 parent
fb48929
commit 71d1b5b
Showing
13 changed files
with
1,382 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.