type github.com/prometheus/client_golang/prometheus.Registerer
9 uses
github.com/prometheus/client_golang/prometheus (current package)
registry.go#L56: DefaultRegisterer Registerer = defaultRegistry
registry.go#L96: type Registerer interface {
wrap.go#L42: func WrapRegistererWith(labels Labels, reg Registerer) Registerer {
wrap.go#L69: func WrapRegistererWithPrefix(prefix string, reg Registerer) Registerer {
wrap.go#L77: wrappedRegisterer Registerer
github.com/prometheus/client_golang/prometheus/promhttp
http.go#L215: func InstrumentMetricHandler(reg prometheus.Registerer, handler http.Handler) http.Handler {
http.go#L302: Registry prometheus.Registerer
![]() |
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. |