Stoppable defines the metrics which has to be stopped.
| 218 | |
| 219 | // Stoppable defines the metrics which has to be stopped. |
| 220 | type Stoppable interface { |
| 221 | Stop() |
| 222 | } |
| 223 | |
| 224 | type PrefixedRegistry struct { |
| 225 | underlying Registry |
no outgoing calls
no test coverage detected