Removed reference to prometheus in sample and readme

This commit is contained in:
Tim Scheuermann 2016-05-25 14:39:01 +02:00
parent 63bd8b0206
commit b5c3ad24b8
2 changed files with 2 additions and 4 deletions

View File

@ -22,8 +22,7 @@ for the stat structure can be found
endpoint = "unix:///var/run/docker.sock"
# Only collect metrics for these containers, collect all if empty
container_names = []
## Only collect these container labels from docker daemon, collect all if empty but note that
## this will break prometheus output if containers have inconsistent label sets.
## Only collect these container labels from docker daemon, collect all if empty
container_labels = []
```

View File

@ -57,8 +57,7 @@ var sampleConfig = `
endpoint = "unix:///var/run/docker.sock"
## Only collect metrics for these containers, collect all if empty
container_names = []
## Only collect these container labels from docker daemon, collect all if empty but note that
## this will break prometheus output if containers have inconsistent label sets.
## Only collect these container labels from docker daemon, collect all if empty
container_labels = []
## Timeout for docker list, info, and stats commands
timeout = "5s"