Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 528d79b

Browse files
Merge pull request #2703 from splunk/kopta_database_query_performance_changes
kopta_database_query_performance_changes
2 parents bca9b01 + 87faf3a commit 528d79b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apm/db-query-perf/turn-on-db-perf.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Follow these steps to turn on Database Query Performance and begin indexing data
3232
:width: 25%
3333
:alt: Screenshot of the APM Configuration menu on the APM landing page.
3434

35+
.. note:: Before proceeding, ensure that you have configured the instrumentation for your specific programming language:
36+
* Java, see :ref:`instrument-java-applications`.
37+
* .NET, see :ref:`configure-otel-dotnet`.
38+
* Python, see :ref:`instrument-python-applications`.
39+
* Node.js, see :ref:`instrument-nodejs-applications-3x`.
40+
3541
2. In the Database Query Performance section, check that the :guilabel:`Status` is Active. If it is, skip to the next step. If it's not, select :guilabel:`Resume Indexing` to initiate cardinality analysis, and then wait for the cardinality analysis to run in the Pending MetricSet section at the top of the table.
3642

3743
.. image:: /_images/apm/db-query-perf/db-cardinality-success.png

gdi/get-data-in/application/otel-dotnet/instrumentation/instrument-dotnet-application.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ SQL statements might contain sensitive information. To configure this behavior,
359359
* ``OTEL_DOTNET_AUTO_ENTITYFRAMEWORKCORE_SET_DBSTATEMENT_FOR_TEXT``
360360
* ``OTEL_DOTNET_AUTO_ORACLEMDA_SET_DBSTATEMENT_FOR_TEXT``
361361

362+
For more details on enabling Database Query Performance, visit :ref:`turn-on-db-perf`.
363+
362364
.. _docker-install-otel-dotnet:
363365

364366
Instrument an application running within a Docker container

0 commit comments

Comments
 (0)