type github.com/prometheus/client_golang/prometheus.gauge
11 uses
github.com/prometheus/client_golang/prometheus (current package)
gauge.go#L73: result := &gauge{desc: desc, labelPairs: desc.constLabelPairs}
gauge.go#L78: type gauge struct {
gauge.go#L90: func (g *gauge) Desc() *Desc {
gauge.go#L94: func (g *gauge) Set(val float64) {
gauge.go#L98: func (g *gauge) SetToCurrentTime() {
gauge.go#L102: func (g *gauge) Inc() {
gauge.go#L106: func (g *gauge) Dec() {
gauge.go#L110: func (g *gauge) Add(val float64) {
gauge.go#L120: func (g *gauge) Sub(val float64) {
gauge.go#L124: func (g *gauge) Write(out *dto.Metric) error {
gauge.go#L152: result := &gauge{desc: desc, labelPairs: makeLabelPairs(desc, lvs)}
![]() |
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. |