Describe sends the super-set of all possible descriptors of metrics collected by this Collector to the provided channel and returns once the last descriptor has been sent. The sent descriptors fulfill the consistency and uniqueness requirements described in the Desc documentation. It is valid if on
(chan<- *Desc)
| 47 | // must send an invalid descriptor (created with NewInvalidDesc) to |
| 48 | // signal the error to the registry. |
| 49 | Describe(chan<- *Desc) |
| 50 | // Collect is called by the Prometheus registry when collecting |
| 51 | // metrics. The implementation sends each collected metric via the |
| 52 | // provided channel and returns once the last metric has been sent. The |
no outgoing calls