()
| 72 | // metric is the interface for a metric that is managed by ManagedRegistry. |
| 73 | type metric interface { |
| 74 | name() string |
| 75 | collectMetrics(appender storage.Appender, timeMs int64) error |
| 76 | countActiveSeries() int |
| 77 | // countSeriesDemand estimates the number of active series that would be created if the maxActiveSeries were unlimited. |
no outgoing calls
no test coverage detected