Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelFilter ¶
type LabelFilter struct { Type prompb.LabelMatcher_Type Pattern *regexp.Regexp }
type MetricFilter ¶
type MetricFilter struct { Type prompb.LabelMatcher_Type Pattern string }
type ReaderProcessor ¶
type ReaderProcessor struct { }
func NewProcessor ¶
func NewProcessor() *ReaderProcessor
func (*ReaderProcessor) Process ¶
func (p *ReaderProcessor) Process(req *prompb.ReadRequest) (*prompb.ReadResponse, error)
Click to show internal directories.
Click to hide internal directories.