MCPcopy
hub / github.com/prometheus/client_golang / baseGoCollector

Struct baseGoCollector

prometheus/go_collector.go:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201type baseGoCollector struct {
202 goroutinesDesc *Desc
203 threadsDesc *Desc
204 gcDesc *Desc
205 gcLastTimeDesc *Desc
206 goInfoDesc *Desc
207}
208
209func newBaseGoCollector() baseGoCollector {
210 return baseGoCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected