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 support for non-element nodes in GetXML #36821

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

djaglowski
Copy link
Member

When originally implemented, only element nodes were selectable, but there doesn't seem to be any reason why we shouldn't be able to select these other types as well.

@djaglowski djaglowski marked this pull request as ready for review December 13, 2024 15:23
@djaglowski djaglowski requested a review from a team as a code owner December 13, 2024 15:24
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.78%. Comparing base (7e3d003) to head (c9f4be1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #36821   +/-   ##
=======================================
  Coverage   79.78%   79.78%           
=======================================
  Files        2215     2215           
  Lines      208604   208612    +8     
=======================================
+ Hits       166425   166439   +14     
+ Misses      36612    36611    -1     
+ Partials     5567     5562    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@djaglowski djaglowski merged commit d22a903 into open-telemetry:main Dec 13, 2024
163 of 164 checks passed
@djaglowski djaglowski deleted the get-xml-nonelements branch December 13, 2024 20:05
@github-actions github-actions bot added this to the next release milestone Dec 13, 2024
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
…y#36821)

When originally implemented, only element nodes were selectable, but
there doesn't seem to be any reason why we shouldn't be able to select
these other types as well.
mterhar pushed a commit to mterhar/opentelemetry-collector-contrib that referenced this pull request Dec 19, 2024
…y#36821)

When originally implemented, only element nodes were selectable, but
there doesn't seem to be any reason why we shouldn't be able to select
these other types as well.
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.

3 participants