Hi Akumar,
thank you very much for your patience and help!
Today I tested the Custom Exit Points and now I finally get the needed information in the snapshots call graph.
Best regards,
Ramiz
Hi Akumar,
thank you very much for your patience and help!
Today I tested the Custom Exit Points and now I finally get the needed information in the snapshots call graph.
Best regards,
Ramiz
I've started integration with next guide
https://docs.appdynamics.com/display/PRO39/Instrument+an+Android+Application#InstrumentanAndroidApplication-SetupforGradle
That guide shows version 1 :
compile 'com.appdynamics:appdynamics-runtime:1.0'
But I've found this rule for Gradle and used it
compile 'com.appdynamics:appdynamics-runtime:4.+'
There is a crash after starting the SDK:
Instrumentation.start("xxxxx", getApplicationContext());
E/ADInstrumentation: java.lang.ClassNotFoundException: com.appdynamics.eumagent.runtime.BuildInfo
E/ADInstrumentation: at java.lang.Class.classForName(Native Method)
E/ADInstrumentation: at java.lang.Class.forName(Class.java:309)
E/ADInstrumentation: at java.lang.Class.forName(Class.java:273)
E/ADInstrumentation: at com.appdynamics.eumagent.runtime.Instrumentation.a(Instrumentation.java:309)
E/ADInstrumentation: at com.appdynamics.eumagent.runtime.Instrumentation.start(Instrumentation.java:245)
E/ADInstrumentation: at com.appdynamics.eumagent.runtime.Instrumentation.start(Instrumentation.java:175)
E/ADInstrumentation: at com.fleetmatics.myapplication.MainActivity.onCreate(MainActivity.java:32)
What is the latest guide for SDK integration with Gradle?
Hi Claudio,
Our recent nodejs agent supports node version 0.12.7. You can check more about all the supported versions and environments at
https://docs.appdynamics.com/display/PRO41/Node.js+Supported+Environments
Best Regards,
Piyush
I am unable to find this menu in 4.1. I have a couple of services that I resolved to a tier. I need to undo. The unresolve from backend tier menu item is not in Actions.
Hi all,
I have a JVM application writen in Clojure. It runs in an embedded Jetty (runs with ring.adapter.jetty).
I've attached the Java Agent, the server is listed in AppDynamics console, however no transactions or load data show up.
Does AppDynamics allows to monitor Clojure Applications? Any way to make it work?
Thanks.
Hi,
Check below screenshot We have to check under tier dashboard for which the backend is wrong resolved and to unresolve we need to click "delete" option in popup raised on windows that raised when "connfigure backends to this tier" option menu is clicked,
Are you saying you cannot see the below options?
hi, just some curious question,
im using appdynamic evaluation pro 15 day, and keep the data on local server (my own server)
i already collect several data from several services, after 15 day of trial period, what will happen to that collected 15 days data? is it going to be wipe out, or i can still use the data ( perhaps, as demo for my friends or collegues),
i hope, at least i can still read the data, without the ability to collect more data of course.
thx for the answer..
Hi,
Given that the pro trial license will be downgraded to LITE post 15 day trial , we would like to set the expectations right that you will not be able to drill down or select more than 1 day of data if post license expired and is downgraded to LITE version, Hope that clarifies.
We confirm at db layer data will not be purged immediately after license expired and data will be purged as per controller retention settings only We could suggest either upgrade license Or export dashboards data using reports feature as pdf before expire, Hope that information helps
refer docs: https://docs.appdynamics.com/display/PRO41/Lite+and+Pro+Editions
https://docs.appdynamics.com/display/PRO41/Reports
Regards,
Arun
Hi,
Is there any way to include pictures (from my desktop) in custom dashboards? The only available way consists on referencing images that are hosted online (using URL as illustrated in the attached file)
Thank you in advance
Regards,
Aymen
thx for clarification
well i guess i cannot read that 15 days data like a pro :)
Hi,
We're trying to test run the agent on a gunicorn based app. We've walked though all the usual troubleshooting steps (outbound conn, watchdog and proxy start etc) and everything looks fine but no data comes back to the SaaS controller. Though there is this when starting the app "No handlers could be found for logger “appdynamics.agent"" my guess is that it has to do with how pyagent is called in the init script. I've not been able to place the agent startup call on the right side of the start-stop-daemon call. Has anyone gotten this particular config to work in the past?
/usr/local/bin/pyagent run -c /etc/appdynamics.cfg -- start-stop-daemon --start --pidfile /var/run/gunicorn/gunicorn.pid -c measureworks -d /home/measureworks/www/rijksoverheid --exec /home/measureworks/.virtualenvs/rijksoverheid/bin/gunicorn -- -b 127.0.0.1:8000 --timeout=300 wsgi:application -D -p /var/run/gunicorn/gunicorn.pid --access-logfile /var/log/gunicorn/accessGunicorn.log --error-logfile /var/log/gunicorn/errorGunicorn.log --log-level debug
Hi,
We should be able to monitor any java based webapp as long as the target compiled classes are .class , Can you define POJO rules on Clojure classes and see if that helps?
https://docs.appdynamics.com/display/PRO41/POJO+Entry+Points
In some cases, we might not auto discover BTs could be due to that we are hitting out of box supported entry points like servle, struts, JMS etc and we could still continue to define custom pojo rules on target class and monitor as BT
Hi Aymen,
I tried in local using URI like file:///C:/Users/akumar/Desktop/step1.png which could be access in local browser and could confirm that we do not support images from local desktop as of now, Hope that clarified current product behavior and the image URL should be public URL and online
Thank you and hope such enhancement could be planned within the next releases
Hi,
I'm trying to get appdynamics to display raw sql in the call graphs.
I've gone to Configuration -> Instrumentation -> Call Graph Settings and selected "Capture Raw SQL" under SQL Capture Settings. I have also set to true the value for the capture-raw-sql property in the Java Agent Configuration.
After doing this in the Call Graphs all the sql statements still just contain ? (ie: select * from person where id = ?)
Is there something else that needs to be configured for this to be picked up.
We are on controller version 4.1.2.1, build 30 and the Java agent is Server Agent v4.1.0.0 GA #2015-06-16_21-45-59 r5811fe6820a3121c878e283f368d9c44c6e45a39 8-4.1.0.next-build
Any help would be much appreciated.
Cheers,
Ian
Hi,
We already similar feature request already in raodmap though we have no ETA yet for release time at this point.
The easiest way to do this now is to upload your image to a site like http://imgur.com/ and then add the associated URL to your dashboard.
Regards,
Brian Wheeldon
Ok but it depends on customer environment. PROD Controller are not authorized to connect to internet.
I have configured the Machine Agent HTTP listener via the startup script. It is running and is bound to the correct port. I can submit http://localhost:8293/machineagent/event?type=info&summary=Hello - for example - in a Web browser and the response code is 200 (OK). However the events do not appear in the controller UI. Any ideas?
Hi,
trying to configure the e-mail settings in AppDynamics with MS Exchange Server does not seem to work. I got constantly an error message "Invalid e-mail configuration - Could not convert socket to TLS".
The MS Exchange Server requires TLS with Authentication. The user to be authenticated exists in the Exchange Server
My settings in AppDynamics:
Hostname: xxx.xxx.ag
Port: 25
Use secure connection: TLS selected
Use secure Authentication: yes, selected
Authentication required: yes
Username: xxx
Password: xxx
Trying to send a test e-mail gives the exception "Could not convert socket to TLS".
What can be the issue?
Best
Sebastian