Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on
05-19-2021
12:06 PM
- edited on
05-20-2021
11:31 AM
by
Claudia.Landiva
This article is intended for users who want to implement .NET Agent for .NET Core applications hosted via Apache HTTP Server on Linux environments.
Assumption: The application is not running as a Docker container, so no Dockerfile setup is required.
These steps are intended for customers who are running .NET Core 2.0+ based applications running on a Linux environment, and hosted via Apache HTTP Server.
Before you instrument the application, make sure you have access to the AppDynamics Controller in which your application metrics will appear. Refer to the Agent and Controller Compatibility document to ensure your Controller version is compatible with your agent version.
NOTE: Since the application is not running as a Docker Container, no Dockerfile setup is required.
Update AppDynamicsConfig.json file:
{
"controller": {
"host": "<controller_host>",
"port": <port>,
"ssl": <true/false>,
"account": "<account_name>",
"password": "<account_key>"
},
"application": {
"name": "<app_name>",
"tier": "<tier_name>",
"node": ""<node_name>"
},
"analytics" : {
"host": "localhost",
"port": 9090
},
"feature": [
"FULL_AGENT"
]
}
When the application starts, we should see:
For more information on .NET Agent for Linux, see the .NET Agent for Linux documentation.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form