| 199 | } |
| 200 | |
| 201 | type baseGoCollector struct { |
| 202 | goroutinesDesc *Desc |
| 203 | threadsDesc *Desc |
| 204 | gcDesc *Desc |
| 205 | gcLastTimeDesc *Desc |
| 206 | goInfoDesc *Desc |
| 207 | } |
| 208 | |
| 209 | func newBaseGoCollector() baseGoCollector { |
| 210 | return baseGoCollector{ |
nothing calls this directly
no outgoing calls
no test coverage detected