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

Commit 99389f4

Browse files
committed
Add that auto instrumentation is enabled for only IIS applications by default
1 parent e94a55f commit 99389f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gdi/opentelemetry/automatic-discovery/windows/windows-backend.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Automatic discovery for back-end applications in Windows
99

1010
Automatic discovery can detect the following types of applications in your Windows environment:
1111

12-
Automatic discovery and configuration for OpenTelemetry .NET activates automatic instrumentation for .NET applications running on Windows. After installing the package, you must start or restart any .NET applications that you want to instrument.
12+
Automatic discovery and configuration for OpenTelemetry .NET activates automatic instrumentation for .NET applications running on Windows. By default, automatic instrumentation is only enabled for IIS applications. To enable other application and service types, see :ref:`otel-dotnet-manual-install`. After installing the package, you must start or restart any .NET applications that you want to instrument.
1313

1414
.. note:: The SignalFx instrumentation for .NET is deprecated and will reach end of support on February 21, 2025. To learn how to migrate from SignalFx .NET to OpenTelemetry .NET, see :ref:`migrate-signalfx-dotnet-to-dotnet-otel`.
1515

@@ -45,6 +45,8 @@ Do the following to customize the command:
4545
- Replace ``<access_token>`` with a valid Splunk Observability Cloud access token. To obtain an access token, see :ref:`admin-api-access-tokens`.
4646
- Replace ``<realm>`` is the Splunk Observability Cloud realm, for example, ``us0``. To find the realm name of your account, open the navigation menu in Splunk Observability Cloud, select :menuselection:`Settings`, and then select your username. The realm name appears in the :guilabel:`Organizations` section.
4747

48+
49+
4850
.. _configure-the-package-dotnet:
4951

5052
Configure the .NET instrumentation

0 commit comments

Comments
 (0)