Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeMatcher ¶ added in v0.18.0
type AttributeMatcher struct { Key string // If both AttributeValue and StringFilter are nil only check for key existence. AttributeValue *pdata.AttributeValue // StringFilter is needed to match against a regular expression StringFilter filterset.FilterSet }
AttributeMatcher is a attribute key/value pair to match to.
type AttributesMatcher ¶ added in v0.18.0
type AttributesMatcher []AttributeMatcher
func NewAttributesMatcher ¶ added in v0.18.0
func NewAttributesMatcher(config filterset.Config, attributes []filterconfig.Attribute) (AttributesMatcher, error)
func (AttributesMatcher) Match ¶ added in v0.18.0
func (ma AttributesMatcher) Match(attrs pdata.AttributeMap) bool
Match attributes specification against a span/log.
type PropertiesMatcher ¶
type PropertiesMatcher struct {
// contains filtered or unexported fields
}
PropertiesMatcher allows matching a span against various span properties.
func NewMatcher ¶
func NewMatcher(mp *filterconfig.MatchProperties) (PropertiesMatcher, error)
NewMatcher creates a span Matcher that matches based on the given MatchProperties.
func (*PropertiesMatcher) Match ¶
func (mp *PropertiesMatcher) Match(attributes pdata.AttributeMap, resource pdata.Resource, library pdata.InstrumentationLibrary) bool
Match matches a span or log to a set of properties.
Click to show internal directories.
Click to hide internal directories.