Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ImagePullSummary records the summary of pulling image latency. ImagePullSummary = prometheus.NewSummaryVec( prometheus.SummaryOpts{ Subsystem: pouchSubsystem, Name: "image_pull_latency_microseconds", Help: "Latency in microseconds to pull a image.", }, []string{"image"}, ) )
Functions ¶
func SinceInMicroseconds ¶
SinceInMicroseconds gets the time since the specified start in microseconds.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.