AppDynamics SaaS
list_alt
-Dappdynamics.opentelemetry.enabled=true
-Dotel.traces.exporter=otlp
service.name
) and application name (in
service.namespace
) for the JVM:
service.name
, the value defaults to the tier name
originally registered by the .NET Agent (when the tier was first
instrumented by Splunk AppDynamics).-Dotel.resource.attributes="service.name=myServiceName,service.namespace=myServiceNameSpace"
You also have the option to set tier and application names in your
OpenTelemetry otel-config.yml
file or in the
OTEL_RESOURCE_ATTRIBUTES
environment variable. See
Set service.nameandservice.namespace to Your Application and Tier Names.