Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
var
ErrPartialData = errors.New(
"query result may contain partial data"
)
10
11
func
IsPartialDataError(err error) bool {
12
return
errors.Is(err, ErrPartialData)
13
}
Callers
8
queryIngesterStream
Method · 0.92
Select
Method · 0.92
streamingSelect
Method · 0.92
LabelValues
Method · 0.92
LabelNames
Method · 0.92
labelNamesWithMatchers
Method · 0.92
isRetryableError
Method · 0.92
TestPartialData_ReturnPartialData
Function · 0.85
Calls
1
Is
Method · 0.45
Tested by
1
TestPartialData_ReturnPartialData
Function · 0.68