Skip to content
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

Pulling refs/heads/main into main #1051

Merged
merged 5 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions _includes/requirements/java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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 (AlwaysOn Profiling is not supported on Oracle JDK 8)
- Red Hat OpenJDK
- OpenJDK
- SAP SapMachine

.. note:: AlwaysOn Profiling is not supported on Oracle JDK 8 and IBM J9.
4 changes: 3 additions & 1 deletion apm/profiling/get-data-in-profiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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 supported on Oracle JDK 8 and IBM J9.

.. group-tab:: Node.js

:strong:`Requirements`
Expand Down