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

Commit 33f7a4c

Browse files
Merge pull request #1599 from lachmatt/splunk-otel-dotnet-1.8.0
Adjust docs after splunk-otel-dotnet 1.8.0
2 parents 815abf6 + 2db812e commit 33f7a4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ The instrumentation procedure in the previous section produces launch scripts in
7878

7979
#. Identify the launch script in your build output.
8080

81-
#. (Optional) If you want to verify that the instrumentation is working by viewing the telemetry data output in your console, set the following environment variables to ``true``:
81+
#. (Optional) If you want to view telemetry data output in your console to verify that instrumentation is working, add ``console`` to the value (for example ``OTEL_TRACES_EXPORTER=otlp,console``) of the following environment variables:
8282

83-
* ``OTEL_DOTNET_AUTO_TRACES_CONSOLE_EXPORTER_ENABLED``
84-
* ``OTEL_DOTNET_AUTO_METRICS_CONSOLE_EXPORTER_ENABLED``
85-
* ``OTEL_DOTNET_AUTO_LOGS_CONSOLE_EXPORTER_ENABLED``
83+
* ``OTEL_TRACES_EXPORTER``
84+
* ``OTEL_METRICS_EXPORTER``
85+
* ``OTEL_LOGS_EXPORTER``
8686

8787
#. Run the instrumented application using the launch script:
8888

0 commit comments

Comments
 (0)