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{