package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

RegisterMetrics registers kube-proxy metrics.
SinceInMicroseconds gets the time since the specified start in microseconds.
SinceInSeconds gets the time since the specified start in seconds.

# Variables

DeprecatedSyncProxyRulesLatency is the latency of one round of kube-proxy syncing proxy rules.
EndpointChangesPending is the number of pending endpoint changes that have not yet been synced to the proxy.
EndpointChangesTotal is the number of endpoint changes that the proxy has seen.
IptablesRestoreFailuresTotal is the number of iptables restore failures that the proxy has seen.
NetworkProgrammingLatency is defined as the time it took to program the network - from the time the service or pod has changed to the time the change was propagated and the proper kube-proxy rules were synced.
ServiceChangesPending is the number of pending service changes that have not yet been synced to the proxy.
ServiceChangesTotal is the number of service changes that the proxy has seen.
SyncProxyRulesLastTimestamp is the timestamp proxy rules were last successfully synced.
SyncProxyRulesLatency is the latency of one round of kube-proxy syncing proxy rules.