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

Commit 5d4cec4

Browse files
Merge pull request #1770 from splunk/mbechtold-5520-otel-dotnet-windows-zc
[5520] Zero config: Otel .NET for Windows
2 parents 1027181 + bd52d42 commit 5d4cec4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ 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

1212
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

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`.
15+
1416
Install the package
1517
=========================================================
1618

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

1921
Run the PowerShell script with the ``with_dotnet_instrumentation`` parameter, as shown in the following example:
2022

@@ -37,14 +39,14 @@ Do the following to customize the command:
3739
Configure the .NET instrumentation
3840
==========================================================
3941

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

4244
.. _upgrade-the-package-dotnet:
4345

4446
Upgrade the package
4547
==========================
4648

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

4951
Troubleshooting
5052
===========================

0 commit comments

Comments
 (0)