package summary
import "k8s.io/heapster/metrics/sources/summary"
Index ¶
- Constants
- func NewSummaryMetricsSource(node NodeInfo, client *kubelet.KubeletClient) MetricsSource
- func NewSummaryProvider(uri *url.URL) (MetricsSourceProvider, error)
- type NodeInfo
Constants ¶
const ( RootFsKey = "/" LogsKey = "logs" )
const VolumeResourcePrefix = "Volume:"
Prefix used for the LabelResourceID for volume metrics.
Functions ¶
func NewSummaryMetricsSource ¶
func NewSummaryMetricsSource(node NodeInfo, client *kubelet.KubeletClient) MetricsSource
func NewSummaryProvider ¶
Types ¶
type NodeInfo ¶
type NodeInfo struct { kubelet.Host NodeName string HostName string HostID string KubeletVersion string }
Source Files ¶
summary.go
- Version
- v1.5.4 (latest)
- Published
- Jul 26, 2018
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 1 week ago –
Tools for package owners.