MCPcopy
hub / github.com/grafana/tempo / countSeriesDemand

Method countSeriesDemand

modules/generator/registry/histogram.go:256–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256func (h *histogram) countSeriesDemand() int {
257 est := h.seriesDemand.Estimate()
258 return int(est) * int(h.activeSeriesPerHistogramSerie())
259}
260
261func (h *histogram) removeStaleSeries(staleTimeMs int64) {
262 h.seriesMtx.Lock()

Callers

nothing calls this directly

Calls 2

EstimateMethod · 0.80

Tested by

no test coverage detected