package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Functions

GrabKubeletMetricsWithoutProxy retrieve metrics from the kubelet on the given node using a simple GET over http.
NewKubeletMetrics returns new metrics which are initialized.
NewMetrics returns new metrics which are initialized.
NewMetricsGrabber returns new metrics which are initialized.

# Structs

Collection is metrics collection of components.
Grabber provides functions which grab metrics from components.

# Type aliases

APIServerMetrics is metrics for API server.
ClusterAutoscalerMetrics is metrics for cluster autoscaller.
ControllerManagerMetrics is metrics for controller manager.
KubeletMetrics is metrics for kubelet.
Metrics is generic metrics for other specific metrics.
SchedulerMetrics is metrics for scheduler.