AppDynamics Application Analytics enables you to do real-time analysis of business performance that is correlated with the performance of your application software.

Configure Analytics Settings

If you are configuring the .NET Agent for Linux to send the default transaction data to the Analytics Agent, add a setting for the analytics host and port using either environment variables or in the agent json configuration file, config.json.

Configure Analytics Settings via JSON

The following json syntax shows the analytics configuration settings:

"analytics: { "host": <analyticsHostName>, "port: <analyticsPort>, "ssl": <true || false> }"

Configure Analytics Settings via Environment Variables

The following are the environment variables that you can use to configure Analytics:

  • APPDYNAMICS_ANALYTICS_SSL_ENABLED
  • APPDYNAMICS_ANALYTICS_HOST_NAME
  • APPDYNAMICS_ANALYTICS_PORT

See .NET Agent for Linux Environment Variables