[pkg/ottl] A new OTTL function ParseInt#40786
Merged
evan-bradley merged 22 commits intoopen-telemetry:mainfrom Jul 9, 2025
Merged
[pkg/ottl] A new OTTL function ParseInt#40786evan-bradley merged 22 commits intoopen-telemetry:mainfrom
ParseInt#40786evan-bradley merged 22 commits intoopen-telemetry:mainfrom
Conversation
cb118f3 to
d8d9117
Compare
d8d9117 to
849accd
Compare
edmocosta
reviewed
Jul 3, 2025
Contributor
edmocosta
left a comment
There was a problem hiding this comment.
Thanks for working on that @XuechunHou, and I'm sorry for the late review :)
I've left a few suggestions for your consideration.
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>
6 tasks
edmocosta
reviewed
Jul 7, 2025
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>
edmocosta
reviewed
Jul 7, 2025
edmocosta
approved these changes
Jul 8, 2025
Contributor
edmocosta
left a comment
There was a problem hiding this comment.
Thank you for working on that, LGTM!
evan-bradley
approved these changes
Jul 9, 2025
Dylan-M
pushed a commit
to Dylan-M/opentelemetry-collector-contrib
that referenced
this pull request
Aug 5, 2025
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com> Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added a
ParseIntfunction that converts a stringified integer in a certain base into an int64.Link to tracking issue
Fixes
#40758
Testing
Added unit tests and e2e tests.
Documentation
Updated readme and added changelog entry.