type github.com/prometheus/client_golang/prometheus.ObserverFunc

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		observer.go#L35: type ObserverFunc func(float64)
		observer.go#L38: func (f ObserverFunc) Observe(value float64) {