Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ Close
Method
Close
pkg/ingester/client/client.go:47–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
type
ClosableClientConn
interface
{
46
grpc.ClientConnInterface
47
Close() error
48
}
49
50
// HealthAndIngesterClient is the union of IngesterClient and grpc_health_v1.HealthClient.
Callers
15
backFillLimit
Method · 0.65
defaultIngesterTestConfig
Function · 0.65
Close
Method · 0.65
labelsValuesCommon
Method · 0.65
labelNamesCommon
Method · 0.65
metricsForLabelMatchersCommon
Method · 0.65
queryStream
Method · 0.65
checkRegexMatcherLimits
Method · 0.65
queryStreamChunks
Method · 0.65
closeAllTSDB
Method · 0.65
openExistingTSDB
Method · 0.65
closeAndDeleteUserTSDBIfIdle
Method · 0.65
Implementers
15
Scenario
integration/e2e/scenario.go
timed
pkg/configs/db/timed.go
traced
pkg/configs/db/traced.go
DB
pkg/configs/db/postgres/postgres.go
DB
pkg/configs/db/memory/memory.go
mockClient
pkg/ring/client/pool_test.go
mockKV
pkg/ring/kv/etcd/mock.go
semaphoreConn
pkg/ring/kv/memberlist/tcp_transport.g
parquetBucketStore
pkg/storegateway/parquet_bucket_store.
shardMatcherLabelsFilter
pkg/storegateway/parquet_bucket_stores
mockIngester
pkg/distributor/distributor_test.go
noopIngester
pkg/distributor/distributor_test.go
Calls
no outgoing calls
Tested by
6
defaultIngesterTestConfig
Function · 0.52
TestIngester_QueryStream
Function · 0.52
TestIngester_QueryStreamManySamplesChunks
Function · 0.52
TestIngester_ReadNotFailWhenTSDBIsBeingDeleted
Function · 0.52
TestHeadCompactionOnStartup
Function · 0.52
TestStreamingSends
Function · 0.52