type github.com/prometheus/client_golang/prometheus.processCollector
6 uses
github.com/prometheus/client_golang/prometheus (current package)
process_collector.go#L21: type processCollector struct {
process_collector.go#L69: c := &processCollector{
process_collector.go#L128: func (c *processCollector) Describe(ch chan<- *Desc) {
process_collector.go#L139: func (c *processCollector) Collect(ch chan<- Metric) {
process_collector.go#L143: func (c *processCollector) reportError(ch chan<- Metric, desc *Desc, err error) {
process_collector_other.go#L27: func (c *processCollector) processCollect(ch chan<- Metric) {
![]() |
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. |