Skip to content

Conversation

@jayshrivastava
Copy link
Collaborator

Before this change, name() and as_any() on MetricsWrapperExec did not delegate calls to the wrapped node. This was a problem because a user could not traverse the plan and extract metrics from specific nodes.

After this change, those methods are delegated so a user can now extract metrics from specific nodes.

@jayshrivastava jayshrivastava marked this pull request as ready for review October 23, 2025 14:11
Before this change, `name()` and `as_any()` on `MetricsWrapperExec` did not delegate calls
to the wrapped node. This was a problem because a user could not traverse the plan and
extract metrics from specific nodes.

After this change, those methods are delegated so a user can now extract metrics
from specific nodes.
@jayshrivastava jayshrivastava force-pushed the js/transparent-metrics-wrapper branch from 09e490b to 8d2030a Compare October 23, 2025 14:17
Copy link
Collaborator

@gabotechs gabotechs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jayshrivastava
Copy link
Collaborator Author

/merge

@jayshrivastava jayshrivastava merged commit 3d3609c into main Oct 23, 2025
4 checks passed
@jayshrivastava jayshrivastava deleted the js/transparent-metrics-wrapper branch October 23, 2025 16:43
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.

3 participants