type github.com/prometheus/client_golang/prometheus.Counter
8 uses
github.com/prometheus/client_golang/prometheus (current package)
counter.go#L33: type Counter interface {
counter.go#L57: func NewCounter(opts CounterOpts) Counter {
counter.go#L171: func (v *CounterVec) GetMetricWithLabelValues(lvs ...string) (Counter, error) {
counter.go#L174: return metric.(Counter), err
counter.go#L191: func (v *CounterVec) GetMetricWith(labels Labels) (Counter, error) {
counter.go#L194: return metric.(Counter), err
counter.go#L203: func (v *CounterVec) WithLabelValues(lvs ...string) Counter {
counter.go#L214: func (v *CounterVec) With(labels Labels) Counter {
![]() |
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. |