type github.com/prometheus/client_golang/prometheus.GaugeVec
12 uses
github.com/prometheus/client_golang/prometheus (current package)
gauge.go#L134: type GaugeVec struct {
gauge.go#L140: func NewGaugeVec(opts GaugeOpts, labelNames []string) *GaugeVec {
gauge.go#L147: return &GaugeVec{
gauge.go#L182: func (v *GaugeVec) GetMetricWithLabelValues(lvs ...string) (Gauge, error) {
gauge.go#L202: func (v *GaugeVec) GetMetricWith(labels Labels) (Gauge, error) {
gauge.go#L214: func (v *GaugeVec) WithLabelValues(lvs ...string) Gauge {
gauge.go#L225: func (v *GaugeVec) With(labels Labels) Gauge {
gauge.go#L246: func (v *GaugeVec) CurryWith(labels Labels) (*GaugeVec, error) {
gauge.go#L249: return &GaugeVec{vec}, err
gauge.go#L256: func (v *GaugeVec) MustCurryWith(labels Labels) *GaugeVec {
![]() |
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. |