Skip to main content

Getting Started

appdynamics
  1. Register/Login to AppDynamics.
  2. Navigate to the OpenTelemetry Configuration page
  3. Click on Processors, you’ll find 3 attributes, locate appdynamics.controller.account and copy its value, this is your Account Name.
  4. Click on Exporters, copy the Endpoint, and generate an API Key.

Configuring Destination Fields

✅ Traces ✅ Metrics ✅ Logs ❌ Profiles
  • APPDYNAMICS_APPLICATION_NAME string : Application Name. Will define a namespace in AppDynamics
    • This field is optional
  • APPDYNAMICS_ACCOUNT_NAME string : Account Name.
    • This field is required
  • APPDYNAMICS_ENDPOINT_URL string : Endpoint URL.
    • This field is required
  • APPDYNAMICS_API_KEY string : API Key.
    • This field is required

Adding Destination to Odigos

There are two primary methods for configuring destinations in Odigos:
Using the UI
1
Use the Odigos CLI to access the UI
2
Click on Add Destination, select AppDynamics and follow the on-screen instructions
Using Kubernetes manifests
1
Save the YAML below to a file (e.g. appdynamics.yaml)
2
Apply the YAML using kubectl