package
1.6.0-alpha.0
Repository: https://github.com/andrewsykim/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.