You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/auto-instrumentation/auto-instrumentation-dotnet-windows.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,16 @@ Zero Configuration Auto Instrumentation for Windows .NET applications
7
7
.. _install-the-package-dotnet:
8
8
9
9
.. meta::
10
-
:description: How to activate zero configuration automatic instrumentation for Linux .NET applications and thus collect and send traces to Splunk Application Performance Monitoring (APM) without altering your code.
10
+
:description: How to activate zero configuration automatic instrumentation for Windows .NET applications and thus collect and send traces to Splunk Application Performance Monitoring (APM) without altering your code.
11
11
12
12
Zero Configuration Auto Instrumentation 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.
13
13
14
+
.. 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`.
By default, the installer script only installs the Collector. If you add the ``with_dotnet_instrumentation`` parameter, the script also downloads and installs the SignalFx Instrumentation for .NET.
19
+
By default, the installer script only installs the Collector. If you add the ``with_dotnet_instrumentation`` parameter, the script also downloads and installs the Splunk Distribution of OpenTelemetry .NET.
18
20
19
21
Run the PowerShell script with the ``with_dotnet_instrumentation`` parameter, as shown in the following example:
20
22
@@ -37,14 +39,14 @@ Do the following to customize the command:
To configure the instrumentation, see :ref:`advanced-dotnet-configuration`.
42
+
To configure the instrumentation, see :ref:`advanced-dotnet-otel-configuration`.
41
43
42
44
.. _upgrade-the-package-dotnet:
43
45
44
46
Upgrade the package
45
47
==========================
46
48
47
-
You can upgrade the package by installing a new version of the SignalFx Instrumentation for .NET. See :ref:`instrument-dotnet-applications`.
49
+
You can upgrade the package by installing a new version of the Splunk Distribution of OpenTelemetry .NET. See :ref:`instrument-otel-dotnet-applications`.
0 commit comments