type github.com/prometheus/client_golang/prometheus.CounterOpts

6 uses

	github.com/prometheus/client_golang/prometheus (current package)
		counter.go#L46: type CounterOpts Opts
		counter.go#L57: func NewCounter(opts CounterOpts) Counter {
		counter.go#L129: func NewCounterVec(opts CounterOpts, labelNames []string) *CounterVec {
		counter.go#L270: func NewCounterFunc(opts CounterOpts, function func() float64) CounterFunc {

	github.com/prometheus/client_golang/prometheus/promhttp
		http.go#L90: 			prometheus.CounterOpts{
		http.go#L217: 		prometheus.CounterOpts{