Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request addresses a fix for the churn counter in our current tracing implementation. With the new tracing infrastructure, it is necessary to declare new tracers in three separate locations. This redundancy is less than ideal and has been identified as an area for future improvement.
Key Changes
Context and Future Work
The current state of our tracing system is transitional. The new tracing functionality operates behind the legacy interface, which imposes certain restrictions and necessitates the multiple declarations. This approach, while functional, is not optimal. It is our goal to streamline this process once we can fully transition away from the old tracing infrastructure.
Impact
Next Steps
We appreciate any feedback on this fix and suggestions for improving our tracing system as we move forward.
Testing