Documentation ¶
Index ¶
- func ConvertToStatement(s string) string
- func DatapointFuncs() map[string]ottl.Factory[ottldatapoint.TransformContext]
- func LogFuncs() map[string]ottl.Factory[ottllog.TransformContext]
- func NewAdjustedCountFactory() ottl.Factory[ottlspan.TransformContext]
- func NewGetFactory[K any]() ottl.Factory[K]
- func SpanFuncs() map[string]ottl.Factory[ottlspan.TransformContext]
- type GetArguments
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToStatement ¶
ConvertToStatement converts ottl.Value to an OTTL statement. To do this, it uses a custom `get` editor. This is expected to be a temporary measure until value parsing is allowed by the OTTL pkg.
func DatapointFuncs ¶
func DatapointFuncs() map[string]ottl.Factory[ottldatapoint.TransformContext]
func NewAdjustedCountFactory ¶
func NewAdjustedCountFactory() ottl.Factory[ottlspan.TransformContext]
func NewGetFactory ¶
Types ¶
type GetArguments ¶
Click to show internal directories.
Click to hide internal directories.