Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HttpRequestDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{ Namespace: namespace, Name: "http_duration_seconds", Help: "Total http request duration in seconds", }, []string{"method", "code"}) ImageRemoteLoadDuration = prometheus.NewHistogram(prometheus.HistogramOpts{ Namespace: namespace, Name: "image_remote_load_duration_seconds", Help: "Total remote image load duration in seconds", }) )
Functions ¶
func NewHandler ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.