type github.com/prometheus/client_golang/prometheus.AlreadyRegisteredError
7 uses
github.com/prometheus/client_golang/prometheus (current package)
registry.go#L205: type AlreadyRegisteredError struct {
registry.go#L209: func (err AlreadyRegisteredError) Error() string {
registry.go#L331: return AlreadyRegisteredError{
registry.go#L336: return AlreadyRegisteredError{
github.com/prometheus/client_golang/prometheus/promhttp
http.go#L106: if are, ok := err.(prometheus.AlreadyRegisteredError); ok {
http.go#L228: if are, ok := err.(prometheus.AlreadyRegisteredError); ok {
http.go#L240: if are, ok := err.(prometheus.AlreadyRegisteredError); ok {
![]() |
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. |