Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Eventor ¶
type Eventor struct {
// contains filtered or unexported fields
}
func NewEventor ¶
func (*Eventor) ProcessSample ¶
func (e *Eventor) ProcessSample(samplerLogs dsample.SamplerOTLPLogs) error
ProessSample iterates over all the raw flows in the sampler logs and creates events when necessary. Generated events are appended to the provided sampler logs
func (*Eventor) SetEventsConfig ¶
type MetadataBuilder ¶ added in v0.3.0
type MetadataBuilder struct {
// contains filtered or unexported fields
}
func NewMetadataBuilder ¶ added in v0.3.0
func NewMetadataBuilder(exportTmpl string) (*MetadataBuilder, error)
Click to show internal directories.
Click to hide internal directories.