From 40d625b3fc4fb50906c22c5c4e2bde76ffa108ef Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Fri, 10 Nov 2023 11:33:23 +0100 Subject: [PATCH 1/3] Add note --- apm/profiling/get-data-in-profiling.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apm/profiling/get-data-in-profiling.rst b/apm/profiling/get-data-in-profiling.rst index 1c12339e2..1686c14f5 100644 --- a/apm/profiling/get-data-in-profiling.rst +++ b/apm/profiling/get-data-in-profiling.rst @@ -96,7 +96,7 @@ Activate AlwaysOn Profiling After you've instrumented your service for Splunk Observability Cloud and checked that APM data is getting into Splunk APM, activate AlwaysOn Profiling. -To activate AlwaysOn Profiling, follow the steps for the appropriate programming language: +To activate AlwaysOn Profiling, follow the steps for the appropriate programming language: .. tabs:: @@ -140,6 +140,8 @@ To activate AlwaysOn Profiling, follow the steps for the appropriate programming For more configuration options, including setting a separate endpoint for profiling data, see :ref:`profiling-configuration-java`. + .. note:: AlwaysOn Profiling is not compatible with Oracle JDK 8. + .. group-tab:: Node.js :strong:`Requirements` From 72d16bcdb57f2dc461db9017c817467a8255f92d Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Fri, 10 Nov 2023 11:43:12 +0100 Subject: [PATCH 2/3] Notes on JDK 8 --- _includes/requirements/java.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/requirements/java.rst b/_includes/requirements/java.rst index a559f1cb9..c74e587c1 100644 --- a/_includes/requirements/java.rst +++ b/_includes/requirements/java.rst @@ -12,6 +12,8 @@ The following Java Virtual Machines (JVMs) are compatible: - Eclipse Adoptium/Temurin - IBM J9 (AlwaysOn Profiling is not supported) - Microsoft OpenJDK -- Oracle OpenJDK (AlwaysOn Profiling is not supported on Oracle JDK 8) +- Oracle OpenJDK - Red Hat OpenJDK - SAP SapMachine + +.. note:: AlwaysOn Profiling is not supported on Oracle JDK 8. \ No newline at end of file From 46f49b5b60bd8784d7f9568c176ea73638364cb4 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Fri, 10 Nov 2023 11:57:17 +0100 Subject: [PATCH 3/3] Add note on Oracle JDK 8 --- _includes/requirements/java.rst | 7 +++---- apm/profiling/get-data-in-profiling.rst | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_includes/requirements/java.rst b/_includes/requirements/java.rst index c74e587c1..edb9c0494 100644 --- a/_includes/requirements/java.rst +++ b/_includes/requirements/java.rst @@ -10,10 +10,9 @@ The following Java Virtual Machines (JVMs) are compatible: - Azul Zulu - BellSoft Liberica JDK - Eclipse Adoptium/Temurin -- IBM J9 (AlwaysOn Profiling is not supported) +- IBM J9 - Microsoft OpenJDK -- Oracle OpenJDK -- Red Hat OpenJDK +- OpenJDK - SAP SapMachine -.. note:: AlwaysOn Profiling is not supported on Oracle JDK 8. \ No newline at end of file +.. note:: AlwaysOn Profiling is not supported on Oracle JDK 8 and IBM J9. \ No newline at end of file diff --git a/apm/profiling/get-data-in-profiling.rst b/apm/profiling/get-data-in-profiling.rst index 1686c14f5..7e41850b0 100644 --- a/apm/profiling/get-data-in-profiling.rst +++ b/apm/profiling/get-data-in-profiling.rst @@ -140,8 +140,8 @@ To activate AlwaysOn Profiling, follow the steps for the appropriate programming For more configuration options, including setting a separate endpoint for profiling data, see :ref:`profiling-configuration-java`. - .. note:: AlwaysOn Profiling is not compatible with Oracle JDK 8. - + .. note:: AlwaysOn Profiling is not supported on Oracle JDK 8 and IBM J9. + .. group-tab:: Node.js :strong:`Requirements`