type github.com/prometheus/client_golang/prometheus.HistogramVec
10 uses
github.com/prometheus/client_golang/prometheus (current package)
histogram.go#L360: type HistogramVec struct {
histogram.go#L366: func NewHistogramVec(opts HistogramOpts, labelNames []string) *HistogramVec {
histogram.go#L373: return &HistogramVec{
histogram.go#L404: func (v *HistogramVec) GetMetricWithLabelValues(lvs ...string) (Observer, error) {
histogram.go#L424: func (v *HistogramVec) GetMetricWith(labels Labels) (Observer, error) {
histogram.go#L436: func (v *HistogramVec) WithLabelValues(lvs ...string) Observer {
histogram.go#L447: func (v *HistogramVec) With(labels Labels) Observer {
histogram.go#L468: func (v *HistogramVec) CurryWith(labels Labels) (ObserverVec, error) {
histogram.go#L471: return &HistogramVec{vec}, err
histogram.go#L478: func (v *HistogramVec) MustCurryWith(labels Labels) ObserverVec {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |