Once the OpenTelemetry™ Collector is deployed and configured, you must set the resource attributes to your AppDynamics-monitored application and tier names, and verify that the telemetry.sdk.language attribute is set to your application's language. This will map OpenTelemetry services from your application to AppDynamics.
Set service.name and service.namespace to Your Application and Tier Names
For applications monitored by OpenTelemetry tracers/SDKs, make sure the service.name and service.namespace are configured to map to the tier and application names in the AppDynamics Controller UI. See Attributes with Special Handling.
You have three options to set service.name and service.namespace resource attributes:
(Recommended option) Set service.name and service.namespace inside your application code:
For Node.js applications monitored by AppDynamics, the OpenTelemetry ApplicationName and TierName is derived from the ApplicationName and TierName in the Node.jsrequirestatement:
For Java applications monitored by AppDynamics, setthe tier name (inservice.name) and application name (inservice.namespace) for the JVM:
Set telemetry.sdk.language to Your Application Language
Most language SDKs populate the attribute telemetry.sdk.language automatically. If this attribute is not set, the AppDynamics Controller may not able to determine the language of your application. To set this language attribute, see OpenTelemetry Telemetry SDK.