(staleTimeMs int64)
| 77 | // countSeriesDemand estimates the number of active series that would be created if the maxActiveSeries were unlimited. |
| 78 | countSeriesDemand() int |
| 79 | removeStaleSeries(staleTimeMs int64) |
| 80 | } |
| 81 | |
| 82 | const highestAggregationInterval = 1 * time.Minute |
no outgoing calls