Get new metrics and expose them via prometheus Registry.
(ch chan<- prometheus.Metric)
| 101 | type Collector interface { |
| 102 | // Get new metrics and expose them via prometheus Registry. |
| 103 | Update(ch chan<- prometheus.Metric) error |
| 104 | } |
| 105 | |
| 106 | type typedDesc struct { |
no outgoing calls
no test coverage detected