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

Commit a301a28

Browse files
Merge pull request #2698 from splunk/main-undefined-label-fix
Removing references for deleted files to fix the undefined label errors.
2 parents 330d1c3 + cbb539d commit a301a28

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

apm/profiling/intro-profiling.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ The following programming languages have instrumentation available:
9494
* :ref:`profiling-configuration-otel-dotnet`
9595
* - .NET (SignalFx)
9696
- SignalFx Instrumentation for .NET version 1.0.0 or higher
97-
98-
.NET versions 6.0 and higher are supported in AlwaysOn Profiling. .NET Framework is not supported.
99-
- * :ref:`instrument-dotnet-applications`
100-
* :ref:`profiling-configuration-dotnet`
97+
- .NET versions 6.0 and higher are supported in AlwaysOn Profiling. .NET Framework is not supported.
10198
* - Python (in beta)
10299
- Splunk Distribution of OpenTelemetry Python version 1.15 or higher
103100

apm/set-up-apm/troubleshoot-apm.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ If you have instrumented an application but are not seeing the relevant data in
1414
- :ref:`common-java-troubleshooting`
1515
- :ref:`common-python-troubleshooting`
1616
- :ref:`common-nodejs-troubleshooting`
17-
- :ref:`common-dotnet-troubleshooting`
1817
- :ref:`common-go-troubleshooting`
1918

2019
If the preceding steps don't help you resolve your instrumentation issues, contact :ref:`support`.

gdi/get-data-in/application/otel-dotnet/troubleshooting/common-dotnet-troubleshooting.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ If traces from your instrumented application or service are not available in Spl
8484
Verify the supported .NET versions
8585
----------------------------------------------------------------
8686

87-
Make sure that your application targets :ref:`the supported versions of .NET <dotnet-requirements>`.
88-
8987
If the .NET version you're using is not supported, your log entries might be similar to the following:
9088

9189
.. code-block:: bash

gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Make sure you've also installed the components specific to your language runtime
5353

5454
.. tab:: .NET
5555

56-
* .NET version 6.0 or higher and supported .NET application libraries. For a list of supported libraries, see :ref:`supported-dotnet-libraries`.
56+
* .NET version 6.0 or higher and supported .NET application libraries.
5757
* x86 or AMD64 (x86-64) architecture. ARM architectures aren't supported.
5858

5959
.. tab:: Node.js
@@ -646,7 +646,6 @@ To troubleshoot common errors that occur when instrumenting applications, see th
646646

647647
* Java: :ref:`common-java-troubleshooting`
648648
* Node.js: :ref:`common-nodejs-troubleshooting`
649-
* .NET: :ref:`common-dotnet-troubleshooting`
650649

651650
Learn more
652651
===========================================================================

gdi/opentelemetry/automatic-discovery/linux/linux-backend.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,12 +673,11 @@ To troubleshoot common errors that occur when instrumenting applications, see th
673673

674674
* Java: :ref:`common-java-troubleshooting`
675675
* Node.js: :ref:`common-nodejs-troubleshooting`
676-
* .NET: :ref:`common-dotnet-troubleshooting`
677676

678677
.. _auto-discovery-view-results-linux:
679678

680679
View results in Splunk APM
681680
====================================================
682681

683682
After activating zero-code instrumentation, ensure your data is flowing into Splunk Observability Cloud. See :ref:`verify-apm-data`.
684-
683+

0 commit comments

Comments
 (0)