Skip to content

Commit

Permalink
chore: add time factory to func list
Browse files Browse the repository at this point in the history
  • Loading branch information
fchikwekwe committed Jun 15, 2023
1 parent ee8cd8a commit 437d24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ottl/ottlfuncs/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func converters[K any]() []ottl.Factory[K] {
NewSpanIDFactory[K](),
NewSplitFactory[K](),
NewSubstringFactory[K](),
NewTimeFactory[K](),
NewTraceIDFactory[K](),
NewUUIDFactory[K](),
}
Expand Down

0 comments on commit 437d24e

Please sign in to comment.