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
type Stat ¶
type Stat struct { Container docker.APIContainers Stats docker.Stats }
func FetchStats ¶
FetchStats returns a list of running containers with all related stats inside
Click to show internal directories.
Click to hide internal directories.