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

Interface ClosableClientConn

pkg/ingester/client/client.go:45–48  ·  view source on GitHub ↗

ClosableClientConn is grpc.ClientConnInterface with Close function

Source from the content-addressed store, hash-verified

43
44// ClosableClientConn is grpc.ClientConnInterface with Close function
45type ClosableClientConn interface {
46 grpc.ClientConnInterface
47 Close() error
48}
49
50// HealthAndIngesterClient is the union of IngesterClient and grpc_health_v1.HealthClient.
51type HealthAndIngesterClient interface {

Callers 8

backFillLimitMethod · 0.65
CloseMethod · 0.65
labelsValuesCommonMethod · 0.65
labelNamesCommonMethod · 0.65
queryStreamMethod · 0.65

Implementers 15

Scenariointegration/e2e/scenario.go
timedpkg/configs/db/timed.go
tracedpkg/configs/db/traced.go
DBpkg/configs/db/postgres/postgres.go
DBpkg/configs/db/memory/memory.go
mockClientpkg/ring/client/pool_test.go
mockKVpkg/ring/kv/etcd/mock.go
semaphoreConnpkg/ring/kv/memberlist/tcp_transport.g
parquetBucketStorepkg/storegateway/parquet_bucket_store.
shardMatcherLabelsFilterpkg/storegateway/parquet_bucket_stores
mockIngesterpkg/distributor/distributor_test.go
noopIngesterpkg/distributor/distributor_test.go

Calls

no outgoing calls

Tested by

no test coverage detected