-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pkg/ottl] adding code for double converter #27457
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gord02 this looks good. Also updateottl/ottlfuncs/functions.go
with the new factory and add a ottl/ottlfuncs/README
entry.
@gord02 when you're ready for a full review please take the PR out of draft. |
Hello @TylerHelmuth. Will this PR need a changelog entry or can it be skipped? |
@gord02 it will need an |
Does anyone have any suggestions on how to resolve the failing 'integration-tests' check? |
**Description:** Adding a Double converter to pkg/ottl **Link to tracking Issue:** closes open-telemetry#22056
**Description:** Adding a Double converter to pkg/ottl **Link to tracking Issue:** closes open-telemetry#22056
**Description:** Adding a Double converter to pkg/ottl **Link to tracking Issue:** closes open-telemetry#22056
Description: Adding a Double converter to pkg/ottl
Link to tracking Issue:
closes #22056
Testing: I added similar tests as in func_int.go