Documentation ¶
Overview ¶
Package docker is a Metricbeat module that contains MetricSets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HostParser = parse.URLHostParserBuilder{DefaultScheme: "tcp"}.Build()
Functions ¶
func DeDotLabels ¶
DeDotLabels returns a new common.MapStr containing a copy of the labels where the dots in each label name have been changed to an underscore.
func ExtractContainerName ¶
func NewDockerClient ¶
Types ¶
type Container ¶
func NewContainer ¶
func NewContainer(container *docker.APIContainers) *Container
Click to show internal directories.
Click to hide internal directories.