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

Commit eb51100

Browse files
Merge pull request #2647 from splunk/urbiz-DG27557-net-fix
[DG27557]: .NET req fix
2 parents a64264d + 3b6e9e4 commit eb51100

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,11 @@ Database Query Performance settings
357357

358358
Starting from version 1.4.0, the .NET OTel instrumentation collects database queries for Database Query Performance. See :ref:`db-query-performance`.
359359

360-
SQL statements might contain sensitive information. To configure this behavior, see ``OTEL_DOTNET_AUTO_SQLCLIENT_SET_DBSTATEMENT_FOR_TEXT`` and ``OTEL_DOTNET_AUTO_ENTITYFRAMEWORKCORE_SET_DBSTATEMENT_FOR_TEXT`` in :ref:`dotnet-otel-instrumentation-settings`.
360+
SQL statements might contain sensitive information. To configure this behavior, use the following settings as described in :ref:`dotnet-otel-requirements`.
361+
362+
* ``OTEL_DOTNET_AUTO_SQLCLIENT_SET_DBSTATEMENT_FOR_TEXT``
363+
* ``OTEL_DOTNET_AUTO_ENTITYFRAMEWORKCORE_SET_DBSTATEMENT_FOR_TEXT``
364+
* ``OTEL_DOTNET_AUTO_ORACLEMDA_SET_DBSTATEMENT_FOR_TEXT``
361365

362366
.. _docker-install-otel-dotnet:
363367

0 commit comments

Comments
 (0)