Supported Backends
AppDynamics
Configuring the AppDynamics backend (Managed)
Getting Started
- Register/Login to AppDynamics.
- Navigate to the OpenTelemetry Configuration page
- Click on
Processors
, you’ll find 3 attributes, locateappdynamics.controller.account
and copy it’s value, this is yourAccount Name
. - Click on
Exporters
, copy theEndpoint
, and generate anAPI Key
.
Configuring Destination Fields
- 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