-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update profiling namespacing for ddtrace 1.0 #12912
Conversation
This PR updates the profiler `require` path after changes to `ddtrace`'s namespacing scheme: DataDog/dd-trace-rb#1849 The only namespace change applicable here was that the profiler was moved from `ddtrace/profiling` to `datadog/profiling`.
Documentation PR approved to merge, waiting for mid-next week! |
Note that this shouldn't be merged until we release dd-trace-rb 1.0.0 as the new instructions will not work until we do the release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually on closer look, that Datadog.configure
block is outdated by the 1.0 configuration changes as well.
There's ongoing talk about revisiting this, but if the current 1.0 proposal stays, we'll need to update the configure block.
Superseded by #13871 |
What does this PR do?
This PR updates the profiler
require
path after changes toddtrace
's namespacing scheme in the coming 1.0 release: DataDog/dd-trace-rb#1849The only namespace change applicable to our documentation is the profiler's directory being moved from
ddtrace/profiling
todatadog/profiling
.Preview
https://docs-staging.datadoghq.com/marcotc/namespace-profiler/tracing/profiler/enabling/ruby/
Additional Notes
Reviewer checklist