package
1.8.0-alpha.2
Repository: https://github.com/lxpollitt/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package prometheus creates and registers prometheus metrics with rest clients.

# Functions

Register registers metrics for the rest client to use.

# Variables

RequestLatency is the latency metric that rest clients will update.
RequestResult is the result metric that rest clients will update.

# Interfaces

LatencyMetric observes client latency partitioned by verb and url.
ResultMetric counts response codes partitioned by method and host.