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

Function IsPartialDataError

pkg/querier/partialdata/partia_data.go:11–13  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

9var ErrPartialData = errors.New("query result may contain partial data")
10
11func IsPartialDataError(err error) bool {
12 return errors.Is(err, ErrPartialData)
13}

Callers 8

queryIngesterStreamMethod · 0.92
SelectMethod · 0.92
streamingSelectMethod · 0.92
LabelValuesMethod · 0.92
LabelNamesMethod · 0.92
isRetryableErrorMethod · 0.92

Calls 1

IsMethod · 0.45

Tested by 1