You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[processor/transform] Fix context inferrer so it takes into consideration global conditions (#39463)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Fix the context inferrer to also take into consideration the global OTTL
`conditions` configuration.
For that, it uses the new option `ottl.WithContextInferenceConditions`
recently added to the `ParserCollection.ParseStataments`
(#39465).
<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes#39455
<!--Describe what testing was performed and which tests were added.-->
#### Testing
Unit tests
<!--Please delete paragraphs that you did not use before submitting.-->
0 commit comments