Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MappedLabel ¶
type Preprocessed ¶
type Preprocessed struct { *api.MetricsItem MappedLabels []MappedLabel FlattenedLabels []MappedLabel // contains filtered or unexported fields }
func Preprocess ¶
func Preprocess(def *api.MetricsItem) *Preprocessed
func (*Preprocessed) ApplyFilters ¶
func (p *Preprocessed) ApplyFilters(flow config.GenericMap, flatParts []config.GenericMap) (bool, []config.GenericMap)
func (*Preprocessed) GenerateFlatParts ¶
func (p *Preprocessed) GenerateFlatParts(flow config.GenericMap) []config.GenericMap
func (*Preprocessed) TargetLabels ¶
func (p *Preprocessed) TargetLabels() []string
Click to show internal directories.
Click to hide internal directories.