Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TranslatePromMatchers ¶
func TranslatePromMatchers(ms ...*labels.Matcher) ([]*prompb.LabelMatcher, error)
TranslatePromMatchers returns proto matchers (prompb) from Prometheus matchers. NOTE: It allocates memory.
Types ¶
type ReadSeries ¶
type ReadSeries struct {
// contains filtered or unexported fields
}
ReadSeries implements storage.Series.
func (ReadSeries) Iterator ¶
func (r ReadSeries) Iterator() chunkenc.Iterator
func (ReadSeries) Labels ¶
func (r ReadSeries) Labels() labels.Labels
Click to show internal directories.
Click to hide internal directories.