type github.com/prometheus/client_golang/prometheus.GaugeOpts
5 uses
github.com/prometheus/client_golang/prometheus (current package)
gauge.go#L56: type GaugeOpts Opts
gauge.go#L66: func NewGauge(opts GaugeOpts) Gauge {
gauge.go#L140: func NewGaugeVec(opts GaugeOpts, labelNames []string) *GaugeVec {
gauge.go#L282: func NewGaugeFunc(opts GaugeOpts, function func() float64) GaugeFunc {
github.com/prometheus/client_golang/prometheus/promhttp
http.go#L235: gge := prometheus.NewGauge(prometheus.GaugeOpts{
![]() |
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. |