Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ The instrumentation procedure in the previous section produces launch scripts in

#. Identify the launch script in your build output.

#. (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``:
#. (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:

* ``OTEL_DOTNET_AUTO_TRACES_CONSOLE_EXPORTER_ENABLED``
* ``OTEL_DOTNET_AUTO_METRICS_CONSOLE_EXPORTER_ENABLED``
* ``OTEL_DOTNET_AUTO_LOGS_CONSOLE_EXPORTER_ENABLED``
* ``OTEL_TRACES_EXPORTER``
* ``OTEL_METRICS_EXPORTER``
* ``OTEL_LOGS_EXPORTER``

#. Run the instrumented application using the launch script:

Expand Down
Loading