Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotCompiled is returned if kubelet support is not compiled in. // User classes should handle that case as gracefully as possible. ErrNotCompiled = errors.New("kubelet support not compiled in") // KubePodPrefix is the entity prefix for Kubernetes pods KubePodPrefix = "kubernetes_pod://" )
Functions ¶
func ParseMetricFromRaw ¶
ParseMetricFromRaw parses a metric from raw prometheus text
func PodUIDToEntityName ¶
PodUIDToEntityName returns a prefixed entity name from a pod UID
func TrimRuntimeFromCID ¶
TrimRuntimeFromCID takes a full containerID with runtime prefix and only returns the short cID, compatible with a docker container ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.