type github.com/prometheus/client_golang/prometheus.wrappingRegisterer
6 uses
github.com/prometheus/client_golang/prometheus (current package)
wrap.go#L43: return &wrappingRegisterer{
wrap.go#L70: return &wrappingRegisterer{
wrap.go#L76: type wrappingRegisterer struct {
wrap.go#L82: func (r *wrappingRegisterer) Register(c Collector) error {
wrap.go#L90: func (r *wrappingRegisterer) MustRegister(cs ...Collector) {
wrap.go#L98: func (r *wrappingRegisterer) Unregister(c Collector) bool {
![]() |
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. |