Discussion Feed
07-06-2018
08:08 AM
Thanks Ashish for the prompt Response.
It might be helpful, if you could add this information in the docs. Another developer understood that only Absolute path is supported.
https://docs.appdynamics.com/display/PRO44/Install+the+.NET+Core+Microservices+Agent+for+Windows "Where <actual_path> is the complete path to the AppDynamics.Profiler dll."
Thanks,
Abhinav Galodha
... View more
07-06-2018
07:44 AM
1 Kudo
I need a clarification regarding the Resolution of relative path to the profiler Dll while setting up the AppD Agent for the Asp.net core application in the environment variables.
Our application uses SCD (Self contained Deployment) and is deployed in on Premise IIS Servers. My Question is regarding the Path location for the AppDynamics Profile dll (AppDynamics.Profiler_x86.dll, AppDynamics.Profiler_x64.dll) for Environment Variable CORECLR_PROFILER_PATH_32 and CORECLR_PROFILER_PATH_64.
Is AppDynamics able to resolve the relative path correctly if the value of the environment variable CORECLR_PROFILER_PATH_32 is ".\AppDynamics.Profiler_x86.dll"?
The web.config looks like
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer> <handlers> <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" /> </handlers> <aspNetCore processPath=".\Service.exe" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" > <environmentVariables> <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Staging" /> <environmentVariable name="CORECLR_ENABLE_PROFILING" value="1" /> <environmentVariable name="CORECLR_PROFILER" value="{39AEABC1-56A5-405F-B8E7-C3668490DB4A}"/> <environmentVariable name="CORECLR_PROFILER_PATH_32" value=".\AppDynamics.Profiler_x86.dll"/> <environmentVariable name="CORECLR_PROFILER_PATH_64" value=".\AppDynamics.Profiler_x64.dll"/> </environmentVariables> </aspNetCore> </system.webServer> </configuration>
I am following the instructions at the link
https://docs.appdynamics.com/display/PRO44/Install+the+.NET+Core+Microservices+Agent+for+Windows
As per the second instruction, we need to set the following environment variables and the path should be the Complete path.
Set up your Environment Variables for your system application:
CORECLR_ENABLE_PROFILING=1 CORECLR_PROFILER={39AEABC1-56A5-405F-B8E7-C3668490DB4A} CORECLR_PROFILER_PATH_32=<actual_path>\AppDynamics.Profiler_x86.dll CORECLR_PROFILER_PATH_64=<actual_path>\AppDynamics.Profiler_x64.dll
Where <actual_path> is the complete path to the AppDynamics.Profiler dll.
... View more
07-06-2018
07:16 AM
Is there any immediate workaround suggested from AppDynamics until the issue is released as a Hotfix?
... View more
01-08-2018
01:01 PM
Thanks Chitra,
Is it possible to share any documentation link which displays the Various Data sources for Charts in User Experience, Overview, Geo Dashboard, Session Etc.
I am familiar with Creating custom dashboard, but need confirmation on the data sources for various charts.
... View more
01-08-2018
12:58 PM
I was refering to the Heat Map based on the usage of a page.
Basically, a way to identify where the users are clicking, scrolling in the application. Something like shown in below image. A higher density area or with color variation would represent the most frequently used area in the web page.
Thanks,
Abhinav Galodha
... View more
01-04-2018
11:00 AM
is there any feature planned to visualize a Heat Map for the User interaction in a website which is accessed by users in web browsers ?
... View more
12-28-2017
12:11 PM
1 Kudo
Is it possible to add Charts/Widgets from User Experience -> Browser Dashboard -> Overview/Geo Dashboard/ Usage Stats or Pages and Ajax Requests -> Top Pages to a new custom Dashboard ?
The overview dashboard has mulltiple widgets which display useful information like End User Response time distribution, End User Response time trend, Total 5 Pages requests,etc. Also, other Screens has various Charts like Active Sessions Over Time, Top Pages by Requests Per minute, Top Pages by End User Response Time. (Attached images shows the Charts)
It would be useful to add the Widgets/Charts to a Custom Dasboard. Is there a way to add the Charts to the Dashboard. If not, can we get a list of datasources or how to get the data from Metric Browser, Analytics for the charts shown?
PS: I have already explored the option of using AppDynamics Portal IFrame, but it has a lot of other non-relevant data. So, please suggest any other options.
... View more
12-28-2017
11:38 AM
1 Kudo
1. How to get the Javascript Error Information like Count, Type of Errors in Metric Browser?
2. How to get the AJAX Error Information like Count, Type of Errors in in Metric Browser?
... View more
12-28-2017
11:27 AM
Thanks Amit for the explaination.
Is it possible to include this as a feature request in future versions?
... View more
12-22-2017
07:17 AM
Thanks Amit for explainining the Behavior of the Rule Priority.
We already have the Exclude Rules in the Application. Also, we don't have any other virtual pages which can be grouped.
Is there any other alternative to ensure that a specific page is registered with the Appdynamics.
Additionaly, could you please elaborate how the virtual pages are registered?
Does it follow the Queue principle, so that first page sent as a beacon to controller is registered before the other pages?
... View more
Latest Activity
- Got a Kudo for How to get the Javascript, AJAX Error information in Metric Browser. 07-07-2018 02:09 PM
- Got a Kudo for How to include specific virtual pages after the Application reaches 500 Limit for the Virtual Pages.. 07-07-2018 02:09 PM
- Got a Kudo for Environment Variable and Path for Self Contained Deployment for Asp.net Core 2.x Application. 07-07-2018 02:07 PM
- Kudoed Re: Environment Variable and Path for Self Contained Deployment for Asp.net Core 2.x Application for Ashish.Singh. 07-06-2018 08:09 AM
- Posted Re: Environment Variable and Path for Self Contained Deployment for Asp.net Core 2.x Application on NET (Agent, Installation). 07-06-2018 08:08 AM
- Tagged Environment Variable and Path for Self Contained Deployment for Asp.net Core 2.x Application on NET (Agent, Installation). 07-06-2018 07:46 AM
- Posted Environment Variable and Path for Self Contained Deployment for Asp.net Core 2.x Application on NET (Agent, Installation). 07-06-2018 07:44 AM
- Posted Re: AppDynamics profiler compatibility issue with .Net Core 2.1 on NET (Agent, Installation). 07-06-2018 07:16 AM
- Got a Kudo for Add Charts from the Browser Dashboard -> Overview/Geo Dashboard/ Usage Stats. 02-08-2018 08:35 AM
- Posted Re: Add Charts from the Browser Dashboard -> Overview/Geo Dashboard/ Usage Stats on End User Monitoring (EUM). 01-08-2018 01:01 PM
- Posted Re: Heat Map for Real User Monitoring for Browser based application on End User Monitoring (EUM). 01-08-2018 12:58 PM
- Posted Heat Map for Real User Monitoring for Browser based application on End User Monitoring (EUM). 01-04-2018 11:00 AM
- Tagged Heat Map for Real User Monitoring for Browser based application on End User Monitoring (EUM). 01-04-2018 11:00 AM
- Posted Add Charts from the Browser Dashboard -> Overview/Geo Dashboard/ Usage Stats on End User Monitoring (EUM). 12-28-2017 12:11 PM
- Tagged Add Charts from the Browser Dashboard -> Overview/Geo Dashboard/ Usage Stats on End User Monitoring (EUM). 12-28-2017 12:11 PM
- Tagged Add Charts from the Browser Dashboard -> Overview/Geo Dashboard/ Usage Stats on End User Monitoring (EUM). 12-28-2017 12:11 PM
- Posted How to get the Javascript, AJAX Error information in Metric Browser on End User Monitoring (EUM). 12-28-2017 11:38 AM
- Tagged How to get the Javascript, AJAX Error information in Metric Browser on End User Monitoring (EUM). 12-28-2017 11:38 AM
- Tagged How to get the Javascript, AJAX Error information in Metric Browser on End User Monitoring (EUM). 12-28-2017 11:38 AM
- Tagged How to get the Javascript, AJAX Error information in Metric Browser on End User Monitoring (EUM). 12-28-2017 11:38 AM
Community Stats
Date Registered | 04-04-2017 12:44 PM |
Date Last Visited | 01-29-2019 03:54 PM |
Total Messages Posted | 48 |
Total Kudos Received | 5 |