Documentation
      ¶
    
    
  
    
  
    Index ¶
- func New(logger *zap.Logger, config types.BackendV2, tldCacheDisabled bool) (types.BackendServer, merry.Error)
 - func NewWithLimiter(logger *zap.Logger, config types.BackendV2, tldCacheDisabled bool, ...) (types.BackendServer, merry.Error)
 - type AutoGroup
 - func (c AutoGroup) Backends() []string
 - func (c *AutoGroup) Fetch(ctx context.Context, request *protov3.MultiFetchRequest) (*protov3.MultiFetchResponse, *types.Stats, merry.Error)
 - func (c *AutoGroup) Find(ctx context.Context, request *protov3.MultiGlobRequest) (*protov3.MultiGlobResponse, *types.Stats, merry.Error)
 - func (c *AutoGroup) Info(ctx context.Context, request *protov3.MultiMetricsInfoRequest) (*protov3.ZipperInfoResponse, *types.Stats, merry.Error)
 - func (c *AutoGroup) List(ctx context.Context) (*protov3.ListMetricsResponse, *types.Stats, merry.Error)
 - func (c AutoGroup) MaxMetricsPerRequest() int
 - func (c AutoGroup) Name() string
 - func (c *AutoGroup) ProbeTLDs(ctx context.Context) ([]string, merry.Error)
 - func (c *AutoGroup) Stats(ctx context.Context) (*protov3.MetricDetailsResponse, *types.Stats, merry.Error)
 - func (bg *AutoGroup) TagNames(ctx context.Context, prefix string, exprs []string, limit int64) ([]string, merry.Error)
 - func (bg *AutoGroup) TagValues(ctx context.Context, tagName string, prefix string, exprs []string, ...) ([]string, merry.Error)
 
- type CapabilityResponse
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithLimiter ¶
Types ¶
type AutoGroup ¶
type AutoGroup struct {
	// contains filtered or unexported fields
}
    RoundRobin is used to connect to backends inside clientGroups, implements BackendServer interface
func (AutoGroup) MaxMetricsPerRequest ¶
type CapabilityResponse ¶
 Click to show internal directories. 
   Click to hide internal directories.