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

Method Err

pkg/chunk/iterator.go:28–28  ·  view source on GitHub ↗

Returns the last error encountered. In general, an error signals data corruption in the chunk and requires quarantining.

()

Source from the content-addressed store, hash-verified

26 // Returns the last error encountered. In general, an error signals data
27 // corruption in the chunk and requires quarantining.
28 Err() error
29}
30
31// BatchSize is samples per batch; this was choose by benchmarking all sizes from

Callers 15

SeriesSetToQueryResponseFunction · 0.95
waitUntilReadyFunction · 0.65
findConfigsMethod · 0.65
findRulesConfigsMethod · 0.65
DoBatchFunction · 0.65
waitStableTokensMethod · 0.65
WaitInstanceStateFunction · 0.65
waitStabilityFunction · 0.65
DoMethod · 0.65
runWithPrimaryClientMethod · 0.65

Implementers 2

mockIteratorpkg/querier/batch/chunk_test.go
prometheusChunkIteratorpkg/chunk/chunk.go

Calls

no outgoing calls

Tested by 15

waitUntilReadyFunction · 0.52
TestWatchKeyFunction · 0.52
TestWatchPrefixFunction · 0.52
ListMethod · 0.52
QueryMethod · 0.52
DeleteMethod · 0.52
PutMethod · 0.52
BatchMethod · 0.52
readSamplesFromChunksFunction · 0.52
ReadFullStateForUserMethod · 0.52