Unregister unregisters the Collector that equals the Collector passed in as an argument. (Two Collectors are considered equal if their Describe method yields the same set of descriptors.) The function returns whether a Collector was unregistered. Note that an unchecked Collector cannot be unregiste
(Collector)
| 131 | // instance must only collect consistent metrics throughout its |
| 132 | // lifetime. |
| 133 | Unregister(Collector) bool |
| 134 | } |
| 135 | |
| 136 | // Gatherer is the interface for the part of a registry in charge of gathering |
no outgoing calls