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

[confmap] Allow more recursion and URI expansions #10712

Merged

Conversation

TylerHelmuth
Copy link
Member

Description

Bumps the limit of how much recursion we allow. This check is also gating non-recursive expansions. We probably could separate these concerns, but thats work that isn't really worthwhile, a simple constant bump is simple and will cover most users. For the rest, there are workarounds.

Link to tracking issue

Fixes #10617

@TylerHelmuth TylerHelmuth requested review from a team and atoulme July 23, 2024 22:03
@TylerHelmuth TylerHelmuth requested a review from mx-psi July 23, 2024 22:04
Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.24%. Comparing base (4e44e32) to head (7093956).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10712   +/-   ##
=======================================
  Coverage   92.24%   92.24%           
=======================================
  Files         403      403           
  Lines       18720    18720           
=======================================
  Hits        17268    17268           
  Misses       1097     1097           
  Partials      355      355           

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

@mx-psi mx-psi merged commit 3caaf16 into open-telemetry:main Jul 24, 2024
50 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 24, 2024
@TylerHelmuth TylerHelmuth deleted the confmap-increase-recursive-count branch July 25, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Too many recursive expansions
3 participants