type github.com/prometheus/client_golang/prometheus.selfCollector
11 uses
github.com/prometheus/client_golang/prometheus (current package)
collector.go#L101: type selfCollector struct {
collector.go#L108: func (c *selfCollector) init(self Metric) {
collector.go#L113: func (c *selfCollector) Describe(ch chan<- *Desc) {
collector.go#L118: func (c *selfCollector) Collect(ch chan<- Metric) {
counter.go#L77: selfCollector
gauge.go#L84: selfCollector
go_collector.go#L387: c := &selfCollector{MustNewConstMetric(
histogram.go#L245: selfCollector
summary.go#L247: selfCollector
summary.go#L413: selfCollector
value.go#L42: selfCollector
![]() |
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. |