Re: Can we have APM DB other than MySQL ?
Can you please elaborate a bit ?What to do with upgraded AppD ? Will that give me feasibility to integrate my controller to some DB for storing historical metrics ?If yes, then how ? Regards,Vaibhav
View ArticleGetter Chain on Return Values?
Hi, I Need help in using getter chain on return values so as to split the desired content from return value. e.g if return value is xyz,test,abc so need to use split to get xyz. PFB the snap .Do...
View ArticleRe: Getter Chain on Return Values?
Found the answer myself "We need to use toString().split(\,).[0]" Need to use tostring() for the split function to work
View ArticleScheduled Reports unreadable
Hi, we want to schedule reports and send these by mail.We receive the mail with the pdf file attachment but it seems not well formed. We've got appdynamics controller in 4.1.6.0, build 12.
View ArticleJava.lang.Object:wait - Not able to pin point bottleneck
Hi Experts, I am stuck with BW instrumentation where it seems some HTTP request is made which is not getting captured in snapshot.Attached is the snapshot, where if you look at, I am not able to get...
View ArticleRe: Java.lang.Object:wait - Not able to pin point bottleneck
Hi Vaibhav, Not all methods will be shown in even full graph when methods are taken less than 10 ms and we understood the target exit calls are not under "async activity" in call graph and regarding...
View ArticleRe: Scheduled Reports unreadable
Hi, Can you see if below information helps and see how it goes for new reports received post below changes: Can you please get in touch with your system admin and make sure that "sans serif font" is...
View ArticleInformation Point across application servers
Hi there, Is it possible to add information points to AppDy but compare their output across app servers? We have been using information points quite usefully up to now but recently one of our app...
View ArticleRe: NodeJS app Agent no connecting to Controller
Any update on this issue? I'm facing the same problem.
View ArticleASP.Net WebForms Business Transactions
Is there a best practice on how to setup Business Transactions for ASP.Net WebForms? We have many webforms applications where there is a single page (e.g., CreateBill.aspx) that has many event...
View ArticleRe: ASP.Net WebForms Business Transactions
Hi. It sounds like you'll want to work with custom match rules to define a BT based on something other than URI.
View ArticleRe: NodeJS app Agent no connecting to Controller
Hi. I would make sure that you've properly set the "require" statement per the document: https://docs.appdynamics.com/display/PRO41/Install+the+Node.js+Agent Make sure your controller info including...
View ArticleRe: Information Point across application servers
Hi. If you create a dashboard you can pull metrics from different applications on the same dashboard.
View ArticleRe: NodeJS, Express: Error: invalid json, empty body
Hi. Make sure you've successfully installed the npm package for AppDynamics. Also, the location of the "require" statement can effect functionality....
View ArticleRe: .NET App Agent Not Reporting
Hi. Looks like you've installed the wrong bitness agent for your application. Make sure you install the 64 or 32 bit agent depending on your application.
View ArticleRe: Appdynamics Controller MAC installation error
I notice you have norton running and it's possibly a firewall issue blocking communication between controller components. Try turning off your firewall temporarily and do the install again.
View ArticleRe: no response on control socket
Hi. Did you successfully install the AppDynamics NPM package? Also, the location of the "require" statement can effect functionality. https://docs.appdynamics.com/display/PRO41/Install+the+Node.js+Agent
View ArticleRe: Escape Java Arguments in JVM Startup?
Hi. Just remove the spaces in the tierName parameter. That parameter can be whatever you want, and it doesn't matter to the controller.
View ArticleRe: PHP Agent Communication Issues with SaaS Controller
Hi. Looks like you're missing all of the necessary parameters. /install.sh [-s] -a=<account_name>@<account_access_key> [-e <php_ext_dir>] [-i <php_ini_dir>] [-p...
View Article