From ff623cb4fc62b4711400f553c51eba70542d9626 Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Wed, 22 Oct 2025 15:50:33 +0100 Subject: [PATCH 1/2] [NO-TICKET] Document that SSI cannot be used to setup Ruby Profiling Currently SSI is not compatible with the Ruby profiler, and I just noticed we temporarily removed in https://github.com/DataDog/documentation/pull/26407 the note we had to call this out, but it's important to add to avoid confusion/disappointing customers. --- content/en/profiler/enabling/ruby.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/profiler/enabling/ruby.md b/content/en/profiler/enabling/ruby.md index e5daf2c0b7a11..ef1b098d1dbda 100644 --- a/content/en/profiler/enabling/ruby.md +++ b/content/en/profiler/enabling/ruby.md @@ -40,6 +40,7 @@ This utility is available on the software repositories of most Linux distributio - The `pkgconf-pkg-config` package is available for [Fedora][23]- and [Red-Hat][24]-based Linux Continuous Profiler is not supported on serverless platforms, such as AWS Lambda. +[Single Step APM Instrumentation][25] currently cannot be used to set up the Ruby Profiler. ## Installation @@ -173,3 +174,4 @@ The [Getting Started with Profiler][6] guide takes a sample service with a perfo [22]: https://pkgs.alpinelinux.org/packages?name=pkgconf [23]: https://packages.fedoraproject.org/pkgs/pkgconf/pkgconf-pkg-config [24]: https://rpmfind.net/linux/rpm2html/search.php?query=pkgconf-pkg-config +[25]: https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/single-step-apm/ From 17ba91b3cf61beccc39f5a1f185f19b384e0b23e Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Thu, 23 Oct 2025 08:29:26 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> --- content/en/profiler/enabling/ruby.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/profiler/enabling/ruby.md b/content/en/profiler/enabling/ruby.md index ef1b098d1dbda..f0b5fdf9e663a 100644 --- a/content/en/profiler/enabling/ruby.md +++ b/content/en/profiler/enabling/ruby.md @@ -39,8 +39,7 @@ This utility is available on the software repositories of most Linux distributio - The `pkgconf` package is available for [Arch][21]- and [Alpine][22]-based Linux - The `pkgconf-pkg-config` package is available for [Fedora][23]- and [Red-Hat][24]-based Linux -Continuous Profiler is not supported on serverless platforms, such as AWS Lambda. -[Single Step APM Instrumentation][25] currently cannot be used to set up the Ruby Profiler. +Continuous Profiler is not supported on serverless platforms, such as AWS Lambda. Additionally, [Single Step APM Instrumentation][25] cannot be used to set up the Ruby Profiler. ## Installation @@ -174,4 +173,4 @@ The [Getting Started with Profiler][6] guide takes a sample service with a perfo [22]: https://pkgs.alpinelinux.org/packages?name=pkgconf [23]: https://packages.fedoraproject.org/pkgs/pkgconf/pkgconf-pkg-config [24]: https://rpmfind.net/linux/rpm2html/search.php?query=pkgconf-pkg-config -[25]: https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/single-step-apm/ +[25]: /tracing/trace_collection/automatic_instrumentation/single-step-apm/