Documentation ¶ Index ¶ type Matcher func NewMatcher(expression string) (*Matcher, error) func (m *Matcher) MatchMetric(metric pdata.Metric) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Matcher ¶ type Matcher struct { // contains filtered or unexported fields } func NewMatcher ¶ func NewMatcher(expression string) (*Matcher, error) func (*Matcher) MatchMetric ¶ func (m *Matcher) MatchMetric(metric pdata.Metric) (bool, error) Source Files ¶ View all Source files matcher.go Click to show internal directories. Click to hide internal directories.