package metrics
import "k8s.io/kubernetes/pkg/client/metrics"
Index ¶
Variables ¶
var ( RequestLatency = prometheus.NewSummaryVec( prometheus.SummaryOpts{ Subsystem: restClientSubsystem, Name: "request_latency_microseconds", Help: "Request latency in microseconds. Broken down by verb and URL", }, []string{"verb", "url"}, ) )
Functions ¶
func Register ¶
func Register()
Register all metrics.
func SinceInMicroseconds ¶
Gets the time since the specified start in microseconds.
Source Files ¶
metrics.go
- Version
- v0.19.3
- Published
- Jun 22, 2015
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 1 minute ago –
Tools for package owners.