Skip to content
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

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

gord02
Copy link
Contributor

@gord02 gord02 commented Oct 6, 2023

Description: Adding a Double converter to pkg/ottl

Link to tracking Issue:

closes #22056

Testing: I added similar tests as in func_int.go

Copy link
Member

@TylerHelmuth TylerHelmuth left a 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.

@TylerHelmuth
Copy link
Member

@gord02 when you're ready for a full review please take the PR out of draft.

@gord02 gord02 marked this pull request as ready for review October 11, 2023 14:56
@gord02 gord02 requested a review from a team October 11, 2023 14:56
@gord02
Copy link
Contributor Author

gord02 commented Oct 11, 2023

Hello @TylerHelmuth. Will this PR need a changelog entry or can it be skipped?

@TylerHelmuth
Copy link
Member

@gord02 it will need an enhancement changelog entry for pkg/ottl

pkg/ottl/ottlfuncs/README.md Outdated Show resolved Hide resolved
pkg/ottl/ottlfuncs/functions.go Show resolved Hide resolved
@gord02
Copy link
Contributor Author

gord02 commented Oct 12, 2023

Does anyone have any suggestions on how to resolve the failing 'integration-tests' check?

@TylerHelmuth TylerHelmuth added the ready to merge Code review completed; ready to merge by maintainers label Oct 12, 2023
@dmitryax dmitryax merged commit c482aa7 into open-telemetry:main Oct 19, 2023
90 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 19, 2023
martin-majlis-s1 pushed a commit to scalyr/opentelemetry-collector-contrib that referenced this pull request Oct 20, 2023
**Description:** Adding a Double converter to pkg/ottl

**Link to tracking Issue:** closes open-telemetry#22056
sigilioso pushed a commit to carlossscastro/opentelemetry-collector-contrib that referenced this pull request Oct 27, 2023
**Description:** Adding a Double converter to pkg/ottl

**Link to tracking Issue:** closes open-telemetry#22056
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this pull request Nov 12, 2023
**Description:** Adding a Double converter to pkg/ottl

**Link to tracking Issue:** closes open-telemetry#22056
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/ottl ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pkg/ottl]: Add Double converter
4 participants