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 {