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

Commit 3ba588e

Browse files
initial commit
1 parent 783c7e8 commit 3ba588e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gdi/opentelemetry/auto-instrumentation/auto-instrumentation-dotnet-windows.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Zero Configuration Auto Instrumentation for Windows .NET applications
77
.. _install-the-package-dotnet:
88

99
.. 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.
1111

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.
1313

1414
Install the package
1515
=========================================================
1616

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 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.
1818

1919
Run the PowerShell script with the ``with_dotnet_instrumentation`` parameter, as shown in the following example:
2020

@@ -37,14 +37,14 @@ Do the following to customize the command:
3737
Configure the .NET instrumentation
3838
==========================================================
3939

40-
To configure the instrumentation, see :ref:`advanced-dotnet-configuration`.
40+
To configure the instrumentation, see :ref:`advanced-dotnet-otel-configuration`.
4141

4242
.. _upgrade-the-package-dotnet:
4343

4444
Upgrade the package
4545
==========================
4646

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`.
4848

4949
Troubleshooting
5050
===========================

0 commit comments

Comments
 (0)