Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCServer ¶ added in v0.9.2
func NewGRPCServer( store m3.Storage, queryContextOpts models.QueryContextOptions, poolWrapper *pools.PoolWrapper, ) *grpc.Server
NewGRPCServer builds a grpc server which must be started later.
Types ¶
type Client ¶
Client is the grpc client
func NewGRPCClient ¶ added in v0.4.7
func NewGRPCClient( addresses []string, poolWrapper *pools.PoolWrapper, readWorkerPool xsync.PooledWorkerPool, tagOptions models.TagOptions, lookbackDuration time.Duration, additionalDialOpts ...grpc.DialOption, ) (Client, error)
NewGRPCClient creates grpc client.
Click to show internal directories.
Click to hide internal directories.