Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TagReplace ¶
type TagReplace struct {
// contains filtered or unexported fields
}
TagReplace does regex search and replace in span Names and puts resultant in tags. This modifies the objects parsed, so in a concurrent context, you will want to copy the objects sent here first
func New ¶
func New(ruleStrings []string, exitEarly bool, next sink) (*TagReplace, error)
New returns you a new TagReplace object
func (*TagReplace) AddDatapoints ¶
AddDatapoints is a passthrough
Click to show internal directories.
Click to hide internal directories.