type github.com/prometheus/client_golang/prometheus.Gatherer
6 uses
github.com/prometheus/client_golang/prometheus (current package)
registry.go#L57: DefaultGatherer Gatherer = defaultRegistry
registry.go#L140: type Gatherer interface {
registry.go#L555: func WriteToTextfile(filename string, g Gatherer) error {
registry.go#L705: type Gatherers []Gatherer
github.com/prometheus/client_golang/prometheus/promhttp
http.go#L86: func HandlerFor(reg prometheus.Gatherer, opts HandlerOpts) http.Handler {
contrib.go.opencensus.io/exporter/prometheus
prometheus.go#L38: g prometheus.Gatherer
![]() |
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. |