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] Add ToKeyValueString Converter #35409

Merged
merged 13 commits into from
Oct 1, 2024

Conversation

kuiperda
Copy link
Contributor

@kuiperda kuiperda commented Sep 24, 2024

Description:

Implements ToKeyValueString OTTL Converter.

Link to tracking Issue: #35334

Testing: Added unit tests and e2e

Documentation: Added

Copy link
Member

@djaglowski djaglowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the round trip tests. This looks good to me. cc @TylerHelmuth

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

@TylerHelmuth Thanks for the feedback, I believe I've addressed everything.

@kuiperda kuiperda changed the title [pkg/ottl] Add MarshalKeyValue Converter [pkg/ottl] Add ToKeyValueString Converter Sep 30, 2024
@kuiperda
Copy link
Contributor Author

kuiperda commented Oct 1, 2024

@TylerHelmuth I've addressed the feedback from yesterday.

@djaglowski djaglowski merged commit a9a44c3 into open-telemetry:main Oct 1, 2024
156 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 1, 2024
@kuiperda kuiperda deleted the feat/marshalkv branch October 2, 2024 13:10
jriguera pushed a commit to springernature/opentelemetry-collector-contrib that referenced this pull request Oct 4, 2024
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

Implements ToKeyValueString OTTL Converter. 

**Link to tracking Issue:** open-telemetry#35334

**Testing:** Added unit tests and e2e

**Documentation:** Added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants