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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ 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
-
Zero Configuration Auto Instrumentation for OpenTelemetry .NET activates automatic instrumentation for .NET applications running on Linux. After installing the package, you must start or restart any .NET applications that you want to instrument.
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.
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.
17
+
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 Collector for .NET.
18
18
19
19
Run the PowerShell script with the ``with_dotnet_instrumentation`` parameter, as shown in the following example:
20
20
@@ -37,14 +37,14 @@ Do the following to customize the command:
To configure the instrumentation, see :ref:`advanced-dotnet-configuration`.
40
+
To configure the instrumentation, see :ref:`advanced-dotnet-otel-configuration`.
41
41
42
42
.. _upgrade-the-package-dotnet:
43
43
44
44
Upgrade the package
45
45
==========================
46
46
47
-
You can upgrade the package by installing a new version of the SignalFx Instrumentation for .NET. See :ref:`instrument-dotnet-applications`.
47
+
You can upgrade the package by installing a new version of the Splunk Distribution of OpenTelemetry Collector for .NET. See :ref:`instrument-otel-dotnet-applications`.
0 commit comments