Native profiler v0.9.3 - allocation profiling
What does this PR do?
- Bump native profiler version to latest
- Add documentation around allocation profiling
Motivation
Ensure users know about allocation profiling Ensure users download the latest stable version
Additional Notes
Reviewer checklist
- [ ] Review the changed files.
- [ ] Review the URLs listed in the Preview section.
- [ ] Check images for PII
- [ ] Review any mentions of "Contact Datadog support" for internal support documentation.
Preview links (active after the build_preview check completes)
Modified Files
- https://docs-staging.datadoghq.com/r1viollet/doc_ddprof_0.9.3/profiler/enabling/ddprof
- https://docs-staging.datadoghq.com/r1viollet/doc_ddprof_0.9.3/profiler/search_profiles
- https://docs-staging.datadoghq.com/r1viollet/doc_ddprof_0.9.3/tracing/guide/agent-5-tracing-setup
We should also update the requirements:
Supported operating systems
: Linux kernel v4.17+, libc 2.18+
to something like:
Supported operating systems
: Linux kernel v4.17+, glibc 2.23+ or musl libc
Thanks for the suggestions. This was left hanging as I was on vacation. I updated the PR with your comments.
I was not sure why the job was failing, so I'm realigning to see if this fixes things: https://gitlab.ddbuild.io/DataDog/documentation/-/jobs/166766815
I was not sure why the job was failing, so I'm realigning to see if this fixes things: https://gitlab.ddbuild.io/DataDog/documentation/-/jobs/166766815
The link preview is now a success, though the linting job is failing for some unknown reason.
This is good to go. Thanks for your reviews.