(desc, origName string)
| 288 | } |
| 289 | |
| 290 | func attachOriginalName(desc, origName string) string { |
| 291 | return fmt.Sprintf("%s Sourced from %s.", desc, origName) |
| 292 | } |
| 293 | |
| 294 | // Describe returns all descriptions of the collector. |
| 295 | func (c *goCollector) Describe(ch chan<- *Desc) { |