-
Notifications
You must be signed in to change notification settings - Fork 423
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
chore(trace_utils): move implementation details to internal [3.0] #12002
chore(trace_utils): move implementation details to internal [3.0] #12002
Conversation
|
Datadog ReportBranch report: ✅ 0 Failed, 130 Passed, 1468 Skipped, 4m 30.98s Total duration (35m 3.38s time saved) |
BenchmarksBenchmark execution time: 2025-01-20 18:52:44 Comparing candidate commit e5fa748 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 394 metrics, 2 unstable metrics. |
… into munir/refactor-trace-utils
releasenotes/notes/munir-refactor-trace-utils-e887e8da8a01430b.yaml
Outdated
Show resolved
Hide resolved
50c61c8
into
munir/remove-patch-unpatch-get-version-from-public-api
Motivation
ddtrace.contrib.internal
package is self contained and does rely onddtrace.contrib
public interfaces.Changes
ddtrace.contrib.redis_utils
module. Expose all public redis_utils inddtrace.contrib.trace_utils
(for now).ddtrace.contrib.trace_utils_async
module. Expose all public async utils toddtrace.contrib.trace_utils
.trace_handlers
,func_name
,module_name
, andrequire_modules
functions exposed inddtrace.contrib.__init__
. These functions are internal to ddtrace.trace_utils
,trace_utils_async
, andredis_utils
toddtrace.contrib.internal.trace_util
.Checklist
Reviewer Checklist