Clarification on Port Display in APM Insight for .NET Agent's monitors and Customization Workaround
The APM Insight .NET Agent automatically assigns port numbers during monitor creation based on the application type, as shown below:
Application Type | |
IIS Web Applications | 80 |
Windows Service Applications | 0 |
| 1 |
For example, an IIS site running on port 8888 will still appear in APM tab with a port 80 in the instance name:

apmhost1:80 (App Name: Default Web Site)

Note: These ports are used for internal identification within Applications Manager and do not reflect the actual port used by the application. Currently, the .NET Agent does not support customizing or detecting actual application ports during monitor creation. The port number assigned (e.g., 80 for IIS apps) is hardcoded by design and cannot be changed or overridden in the agent configuration.
Workaround: Customizing the Display Name (v174500+)
From Applications Manager v174500 and above, customers can edit the display name of the APM Insight Application or Instance to reflect the actual port used by the application.
How to Edit Display Name:
- Navigate to: APM tab → Your APM Insight App or Instance → Monitor Actions → Edit Display Name
- Change the name to reflect the actual port, e.g., apmhost1_8080 AppName_Default Web Site

Note: Allowed special characters to edit display name were: underscore(_), hyphen(-), space, dot(.)
This workaround allows the actual port number to be visibly represented in the UI, though it does not alter the internal port assignment used by the APM Insight agent.
New to ADSelfService Plus?
Related Articles
Uninstrumented Block of Code - APM Insight
In the traces tab --> Slowest Method Calls and Count we show if you find Un-instrumented block of code the reason is as follows: Basically, What is un-instrumented block of code in APM Insight? By default, APM Insight agent monitors known frameworks ...
How to Install .NET agent on AWS Elastic Beanstalk?
One of the two options listed below can be used to install APM Insight agent onto a .NET web application hosted in Elastic Beanstalk environment via ebextensions. Deployment through AWS kit for Visual Studio. Deployment via uploading packages to AWS ...
APM Insight Troubleshooting - FAQs
Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...
Self monitor Applications Manager using APM Insight Java Agent
Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
How to rename an existing APM - Java agent application's monitor?
In Applications Manager's APM(Application Performance Monitoring) doesn't support renaming applications/monitors from the web client. However, the application name of an existing application instance can be renamed in the `apminsight.conf` file and ...