Skip to content

Commit

Permalink
Add metric requirements to docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and otherpirate committed Mar 15, 2019
1 parent ed5e51d commit 1a15741
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions plugins/inputs/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ may prefer to exclude them:

### Metrics:

Every effort was made to preserve the names based on the JSON response from the
docker API.

- docker
- tags:
- unit
Expand All @@ -96,7 +93,10 @@ docker API.
- n_goroutines
- n_listener_events
- memory_total
- pool_blocksize
- pool_blocksize (requires devicemapper storage driver)

The `docker_data` and `docker_metadata` measurements are available only for
some storage drivers such as devicemapper.

- docker_data
- tags:
Expand Down Expand Up @@ -224,7 +224,11 @@ docker API.
- io_serviced_recursive_write
- container_id

- docker_container_health
The `docker_container_health` measurements report on a containers
[HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck)
status if configured.

- docker_container_health (container must use the HEALTHCHECK)
- tags:
- engine_host
- server_version
Expand Down

0 comments on commit 1a15741

Please sign in to comment.