Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion agents/cfg_examples/docker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ skip_sections: docker_node_disk_usage,docker_node_images
# container.
# By default, the identifier is assumed to be the first 12 characters
# of the container UUID. You can choose to use the full ID or the containers
# name instead. Allowed values are "short" (the default), "long" and "name".
# name instead. Allowed values are "short" (the default), "long" and "name"
# and "combined":
# * short: the first 12 characters of the container UUID (the default)
# * long: the full container UUID
# * name: the name of the container
# * combined: combine the node name and the name of the container
container_id: name

# BASE URL
Expand Down
Loading