From 6a6817fe1d51c3d58597df8ec9e21196f2603aea Mon Sep 17 00:00:00 2001 From: Sergio Jimenez Date: Sun, 3 Apr 2016 20:42:52 +0200 Subject: [PATCH] input(docker): Updated README * Replaced links to fsouza/go-dockerclient by docker/engine-api --- plugins/inputs/docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/docker/README.md b/plugins/inputs/docker/README.md index 97450e2aa..045e09a81 100644 --- a/plugins/inputs/docker/README.md +++ b/plugins/inputs/docker/README.md @@ -5,11 +5,11 @@ docker containers. You can read Docker's documentation for their remote API [here](https://docs.docker.com/engine/reference/api/docker_remote_api_v1.20/#get-container-stats-based-on-resource-usage) The docker plugin uses the excellent -[fsouza go-dockerclient](https://github.com/fsouza/go-dockerclient) library to +[docker engine-api](https://github.com/docker/engine-api) library to gather stats. Documentation for the library can be found [here](https://godoc.org/github.com/fsouza/go-dockerclient) and documentation for the stat structure can be found -[here](https://godoc.org/github.com/fsouza/go-dockerclient#Stats) +[here](https://godoc.org/github.com/docker/engine-api/types#Stats) ### Configuration: