Before using the plugin, download and install the AppDynamics C/C++ Application Agent and SDK on Linux or Windows on the machine or within the container running Kong Gateway. To use the AppDynamics plugin in Kong Gateway, the AppDynamics C/C++
SDK must be installed on all nodes running Kong Gateway. The libappdynamics.so
shared
library file is the only required file.
For information about supported environments, see the AppDynamics C/C++ SDK Supported Environments documentation.
If you are using Kong Gateway 3.0.0.0 or later, we recommended installing the libappdynamics.so
in the /usr/local/kong/lib
directory.
This directory is included in the Kong Gateway search path for shared libraries, so the libappdynamics.so
file will be found automatically.
If you are using an older version of Kong Gateway, or if you prefer to install the libappdynamics.so
file in a different location, you can do so.
- If Kong Gateway is deployed on RHEL or CentOS, the
libappdynamics.so
file can be in the /usr/lib64
directory, which is included in the default search path for shared libraries.
- If Kong Gateway is deployed on Debian or Ubuntu, the
libappdynamics.so
file can be in the /usr/lib
directory, which is included in the default search path for shared libraries.
- If above options are not available, the
libappdynamics.so
file can be in one of the locations configured by the system’s shared library loader.
- Alternatively, the
LD_LIBRARY_PATH
environment variable can be set to the directory containing the libappdynamics.so
file when starting Kong Gateway.