Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataReader ¶
type DataReader interface { Read( ctx context.Context, sourceID string, start time.Time, opts ...logcache.ReadOption, ) ([]*loggregator_v2.Envelope, error) }
type LogCacheQuerier ¶
type LogCacheQuerier struct {
// contains filtered or unexported fields
}
func (*LogCacheQuerier) Close ¶
func (l *LogCacheQuerier) Close() error
func (*LogCacheQuerier) LabelValues ¶
func (l *LogCacheQuerier) LabelValues(name string) ([]string, error)
Click to show internal directories.
Click to hide internal directories.