package mesos
import "github.com/google/cadvisor/container/mesos"
Handler for "mesos" containers.
Index ¶
- Constants
- Variables
- func Client() (mesosAgentClient, error)
- func ContainerNameToMesosId(name string) string
- func Register( machineInfoFactory info.MachineInfoFactory, fsInfo fs.FsInfo, includedMetrics container.MetricSet, ) error
Constants ¶
const MesosNamespace = "mesos"
The namespace under which mesos aliases are unique.
Variables ¶
Functions ¶
func Client ¶
func Client() (mesosAgentClient, error)
Client is an interface to query mesos agent http endpoints
func ContainerNameToMesosId ¶
ContainerNameToMesosId returns the Mesos ID from the full container name.
func Register ¶
func Register( machineInfoFactory info.MachineInfoFactory, fsInfo fs.FsInfo, includedMetrics container.MetricSet, ) error
Source Files ¶
client.go factory.go handler.go mesos_agent.go
- Version
- v0.31.0
- Published
- Sep 7, 2018
- Platform
- darwin/amd64
- Imports
- 25 packages
- Last checked
- 4 hours ago –
Tools for package owners.