Add the following environment variable in the process that executes your .NET
application:
Enable OpenTelemetry:
APPDYNAMICS_OPENTELEMETRY_ENABLED=true
Set the trace exporter to OTLP (the OpenTelemetry-enabled .NET Agent will send
OpenTelemetry spans in the OTLP format):
OTEL_TRACES_EXPORTER=otlp
Set the tier name (in service.name) and application name (in
service.namespace) for the application:
Warning: If you do not set the tier name in
service.name, the value defaults to the tier name
originally registered by the .NET Agent (when the tier was first
instrumented by Splunk AppDynamics).