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

Commit 96343b0

Browse files
authored
Merge pull request #2095 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents a614b32 + eadaef1 commit 96343b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gdi/get-data-in/application/otel-dotnet/instrumentation/instrument-dotnet-application.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Windows
110110
.. note::
111111
If ``OTEL_SERVICE_NAME`` is not set for a web application hosted in IIS, the inferred name based on the site name and virtual directory path is used.
112112

113+
.. note::
114+
If multiple applications are running in the same IIS Application Pool do not use the ``appSettings`` block of the web.config file to configure any environment variable. Let the instrumentation infer the name and use the Application Pool environment variables configuration, see below, to set the resource attributes (which will be shared by all applications in the Application Pool).
115+
113116
After modifying the web.config file, restart IIS:
114117

115118
.. code-block:: powershell

gdi/opentelemetry/discovery-mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following table shows the platforms that support each language runtime:
6363
- No
6464
- Yes. See :ref:`k8s-backend-auto-discovery`
6565
* - .NET
66-
- No
66+
- Yes. See :ref:`linux-backend-auto-discovery`
6767
- Yes. See :ref:`windows-backend-auto-discovery`
6868
- Yes. See :ref:`k8s-backend-auto-discovery`
6969
* - Node.js

0 commit comments

Comments
 (0)