Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CarbonZipper ¶
type CarbonZipper interface {
Find(ctx context.Context, metrics []string) (*pb.MultiGlobResponse, *zipperTypes.Stats, error)
Info(ctx context.Context, metrics []string) (*pb.ZipperInfoResponse, *zipperTypes.Stats, error)
RenderCompat(ctx context.Context, metrics []string, from, until int64) ([]*types.MetricData, *zipperTypes.Stats, error)
Render(ctx context.Context, request pb.MultiFetchRequest) ([]*types.MetricData, *zipperTypes.Stats, error)
TagNames(ctx context.Context, query string, limit int64) ([]string, error)
TagValues(ctx context.Context, query string, limit int64) ([]string, error)
}
The CarbonZipper interface exposes access to realZipper Exposes the functionality to find, get info or render metrics.
Click to show internal directories.
Click to hide internal directories.