Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertAllConverter ¶
type ConvertAllConverter struct {
// contains filtered or unexported fields
}
func (*ConvertAllConverter) AcceptsSpans ¶
func (*ConvertAllConverter) ConvertSpans ¶
func (*ConvertAllConverter) Name ¶
func (c *ConvertAllConverter) Name() string
type Converter ¶
type Converter interface { AcceptsSpans(attributes pcommon.Map, spanSlice ptrace.SpanSlice) bool ConvertSpans(attributes pcommon.Map, spanSlice ptrace.SpanSlice) model.Bundle Name() string }
func NewConvertAllConverter ¶
type SpanConverter ¶
type SpanConverter struct {
// contains filtered or unexported fields
}
func (*SpanConverter) AcceptsSpans ¶
func (*SpanConverter) ConvertSpans ¶
func (*SpanConverter) Name ¶
func (c *SpanConverter) Name() string
Click to show internal directories.
Click to hide internal directories.