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 ParseSimplifiedXML Converter #35421

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

djaglowski
Copy link
Member

This adds a converter called ParseSimplifiedXML. This serves as the final step described in #35281, which will allow users to parse any arbitrary XML document into user-friendly result, by first transforming the document in place with other functions (e.g. #35328 and #35364) and then calling this function.

@djaglowski djaglowski force-pushed the ottl-parse-simple-xml branch from 4e64557 to 73faf90 Compare September 25, 2024 17:29
@djaglowski djaglowski marked this pull request as ready for review September 25, 2024 17:49
@djaglowski djaglowski requested a review from a team as a code owner September 25, 2024 17:49
TylerHelmuth pushed a commit that referenced this pull request Sep 25, 2024
This is just a minor cleanup of tests, following the pattern used in
#35421, #35328, and #35364
@djaglowski djaglowski force-pushed the ottl-parse-simple-xml branch 2 times, most recently from 4b55252 to af14111 Compare October 2, 2024 00:20
jriguera pushed a commit to springernature/opentelemetry-collector-contrib that referenced this pull request Oct 4, 2024
@djaglowski djaglowski force-pushed the ottl-parse-simple-xml branch from af14111 to 3eee80a Compare October 10, 2024 15:31
@djaglowski djaglowski force-pushed the ottl-parse-simple-xml branch from 3eee80a to 4051b7f Compare October 10, 2024 17:37
pkg/ottl/ottlfuncs/README.md Show resolved Hide resolved
pkg/ottl/ottlfuncs/README.md Outdated Show resolved Hide resolved
pkg/ottl/ottlfuncs/README.md Outdated Show resolved Hide resolved
Co-authored-by: Evan Bradley <[email protected]>
@djaglowski djaglowski merged commit d4e17be into open-telemetry:main Oct 15, 2024
158 checks passed
@djaglowski djaglowski deleted the ottl-parse-simple-xml branch October 15, 2024 19:15
@github-actions github-actions bot added this to the next release milestone Oct 15, 2024
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
This adds a converter called `ParseSimplifiedXML`. This serves as the
final step described in
open-telemetry#35281,
which will allow users to parse any arbitrary XML document into
user-friendly result, by first transforming the document in place with
other functions (e.g. open-telemetry#35328 and open-telemetry#35364) and then calling this function.

---------

Co-authored-by: Evan Bradley <[email protected]>
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