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{
![]() |
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. |