PiyushXCoder opened a new pull request, #7078: URL: https://github.com/apache/opendal/pull/7078
# Which issue does this PR close? Closes #6935 # Rationale for this change Relates to #6829 # What changes are included in this PR? This PR extracts the dtrace layer implementation from `opendal-core` into a standalone crate `opendal-layer-dtrace`, while keeping the public surface `opendal::layers::DtraceLayer` unchanged. - Keeps feature flag `layers-dtrace` intact. - Moves dtrace-specific dependency (`probe`) to the new layer crate. - Removed the old in-tree dtrace layer module and its feature/deps from `opendal-core`. # Are there any user-facing changes? No user-facing changes. The public API `opendal::layers::DtraceLayer` remains unchanged. # AI Usage Statement No AI has been used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
