MCPcopy Create free account
hub / github.com/cortexproject/cortex / putTimeSeriesChunksSlice

Function putTimeSeriesChunksSlice

pkg/ingester/ingester.go:3808–3812  ·  view source on GitHub ↗
(p []client.TimeSeriesChunk)

Source from the content-addressed store, hash-verified

3806}
3807
3808func putTimeSeriesChunksSlice(p []client.TimeSeriesChunk) {
3809 if p != nil {
3810 tsChunksPool.Put(p[:0])
3811 }
3812}
3813
3814type labelSetReasonCounters struct {
3815 counters map[uint64]*labelSetReasonCounter

Callers 1

queryStreamChunksMethod · 0.85

Calls 1

PutMethod · 0.65

Tested by

no test coverage detected