Hi in this link about Space Directory you can find old documentations, but only 3.8 and above.
https://docs.appdynamics.com/spacedirectory/view.action
3.8 documentation: https://docs.appdynamics.com/display/PRO14S/AppDynamics+Pro+Documentation
Hi in this link about Space Directory you can find old documentations, but only 3.8 and above.
https://docs.appdynamics.com/spacedirectory/view.action
3.8 documentation: https://docs.appdynamics.com/display/PRO14S/AppDynamics+Pro+Documentation
Hi Jay,
you still have with this problem? The error happens when you start the database agent? Did you try to download from your UI a new database agent to validate?
Regards
Hi Ramesh,
take a look in your EUM licence. You need to EUM PRO (not LITE) to see Page & Ajax requests.
Please let me know what kind of license you're using.
Regards
The Event List widget in custom dashboards doesn't currently provide drilldowns.
There is already an enhancement request to add this feature in a future release.
Regards,
Brian Wheeldon
Do the examples of JDBC custom configurations at https://docs.appdynamics.com/display/PRO42/Example+JDBC+Backend+Configuration help?
Other useful references:
Regards,
Brian Wheeldon
Hi Brian,
This is good info, but looking for some more in-depth options to help obscure database names from the front-end. The regex examples are only pattern matching, but I was hoping for some more advanced find/replace functionality that would mimic something like UNIX "tr" capabilities. Perhaps another way to ask -- are there any other customers who are uncomfortable with their database or systems names being transparently shown? What solution did they find to obscuring this info while still being able to illustrate the traffic flow?
Thanks,
mike
Hello -
It's used everywhere in appdynamics and this might seem like the most obvious question ever asked but I want to understand what makes up the specific defintion. I've looked in the Glossery and throughout the documentation but I dont' see an actual defintion. How would you define 'call'? What makes up or constitutes a 'call'? Without truely knowing the specific on what makes up a call the term 'calls' or 'calls per minute' and other metrics/info dealing with CALLS leaves me a little unclear.
Thanks
How is it possible to change the mobile app name in the CrashSnapshot overview?
I use AppDynamics version 4.1.
Where is the name come from? Does AppDynamics use the last part of the package name by default?
Thx for your help.
Mario
I apologize for the inconvenience.
We are actively working on getting an active marketplace offering up and running. Stay tuned.
In the meantime, please feel free to sign up for a trial on our website. The NuGet package available here: https://www.nuget.org/packages/AppDynamics.WindowsAzure.CloudServices/ can be used to download and install the agent with the instructions available here: https://docs.appdynamics.com/display/PRO42/Install+AppDynamics+for+Windows+Azure+with+NuGet
Regards,
Meera
Yes, you can use the .NET agent without IIS installed.
Meera
Hi Anand,
What do you mean for use case or reference documents ?. Did you have the chance to look at the Best Practices area, https://www.appdynamics.com/community/best-practices/ ? If you could be more specif I'll be glad to help.
Regards,
Luis
Hi,
Things you should check & try:
Hope it helps, regards
Luis
Hi,
Calls are relatively simple.
They are the number of times in the time span selected that a:
Calls per minute are the number of calls in the last minute. When you select the time selector in the GUI, AppDynamics sum up the number of calls in the period. For time spans <= 4 hours, granularity is 1 min. From 4 to 48 hs, data is summarized in 10 min intervals with the max, min, avg, sum and count of calls for the period. From 49 hs and up, data is summarized in 60 min intervals.
Hope it helps. Regards,
Luis
Hi Expert,
I just now created account on AppDynamics and want to enroll for Power User Training starting today. But I am getting error as "Permission Denied - AppDynamics University"
Has anyone face similar issue.
Regards,
Sagar.
Hi!
Im trying to configure Java Agent for IBM WebSphere it show me an error.
My conf.xml:
<controller-host>avatarglobalsac.saas.appdynamics.com</controller-host>
<controller-port>443</controller-port>
<controller-ssl-enabled>true</controller-ssl-enabled>
<use-simple-hostname>false</use-simple-hostname>
<application-name>ABC Prueba</application-name>
<tier-name>ACME Backend Service</tier-name>
<node-name>server1</node-name>
<account-name>rzevallos@avatar-global.com</account-name>
<account-access-key>******</account-access-key>
<force-agent-registration>false</force-agent-registration>
Generic JVM Args:
-Dappdynamics.http.proxyHost=avatarglobalsac.saas.appdynamics.com -Dappdynamics.http.proxyPort=443 -javaagent:C:\opt\appdynamics\appagent\javaagent.jar
THE ERROR:
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 ERROR ConfigurationChannel - Fatal transport error while connecting to URL [/controller/instance/0/applicationConfiguration]: org.apache.http.NoHttpResponseException: avatarglobalsac.saas.appdynamics.com:443 failed to respond
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 WARN ConfigurationChannel - Could not connect to the controller/invalid response from controller, cannot get initialization information, controller host [avatarglobalsac.saas.appdynamics.com], port[443], exception [Fatal transport error while connecting to URL [/controller/instance/0/applicationConfiguration]]
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 WARN AgentErrorProcessor - Agent error occurred, [name,transformId]=[com.singularity.CONFIG.ConfigurationChannel - org.apache.http.NoHttpResponseException,2147483647]
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 WARN AgentErrorProcessor - 0 instance(s) remaining before error log is silenced
[AD Thread Pool-Global0] 22 ago 2016 10:38:45,277 ERROR ConfigurationChannel - Exception: avatarglobalsac.saas.appdynamics.com:443 failed to respond
org.apache.http.NoHttpResponseException: avatarglobalsac.saas.appdynamics.com:443 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:161)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:153)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at org.apache.http.impl.execchain.MainClientExec.createTunnelToTarget(MainClientExec.java:455)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
at com.singularity.ee.util.httpclient.l.a(l.java:275)
at com.singularity.ee.util.httpclient.l.a(l.java:190)
at com.singularity.ee.rest.d.y(d.java:387)
at com.singularity.ee.rest.d.x(d.java:340)
at com.singularity.ee.rest.controller.request.nb.x(nb.java:98)
at com.singularity.ee.rest.controller.request.ob.a(ob.java:35)
at com.singularity.ee.agent.appagent.kernel.config.xml.i.a(i.java:1280)
at com.singularity.ee.agent.appagent.kernel.config.xml.i.a(i.java:108)
at com.singularity.ee.agent.appagent.kernel.config.xml.p.a(p.java:617)
at com.singularity.ee.agent.appagent.kernel.config.xml.i.a(i.java:420)
at com.singularity.ee.agent.appagent.kernel.config.xml.ab.run(ab.java:660)
at com.singularity.ee.util.javaspecific.scheduler.n.run(n.java:122)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:450)
at com.singularity.ee.util.javaspecific.scheduler.z.e(z.java:335)
at com.singularity.ee.util.javaspecific.scheduler.a.b(a.java:152)
at com.singularity.ee.util.javaspecific.scheduler.b.a(b.java:119)
at com.singularity.ee.util.javaspecific.scheduler.b.b(b.java:206)
at com.singularity.ee.util.javaspecific.scheduler.b.run(b.java:236)
at com.singularity.ee.util.javaspecific.scheduler.i.a(i.java:694)
at com.singularity.ee.util.javaspecific.scheduler.i.run(i.java:726)
at java.lang.Thread.run(Thread.java:761)
I can telnet avatarglobalsac.saas.appdynamics.com 443.
cmd goes all black. Is it correct, right?
Please Help me! Thanks for your time.
Regards.
Could you attach a picture of the name that you wish to change?
I replaced the whitespaces in my application names with underscores "_" - Customer_Application. I had a similar issue when my server start script read the conf file with the application name system property and after wasting several days I decided I would be better off avoiding more trouble down the road by getting rid of the whitespaces now.
When you move your nodes to the new app, the business transactions statistics are available in the Metric Browser at the tier level but you will no longer be able to drill down to the node level.
I am curious how other users are implementing the API. A script with different curl commands? I certainly wouldn't want to retype these url's. Thanks.
This appears to be a known issue. I found this in the 4.2.5 release documentation:
Agent | Cannot connect via authenticated proxy using HTTP | CORE-74489 |
https://docs.appdynamics.com/display/PRO42/Release+Notes#ReleaseNotes-4.2.5Updates
Regards
Hi,
I'm already using 4.2.5 ver. Anyway.. it isn't my error i guess.
Thanks for response.
Regards.