Questions tagged [appdynamics]

AppDynamics is application performance management software designed to help dev and ops troubleshoot problems in complex production apps.

General tag for the application performance management tool used by many companies to analyze their web applications for issues. Monitors the App Servers, the Application the Database connection and provides graphs.

185 questions
1
vote
1 answer

How to use SSL with AppDynamics RabbitMQ Monitoring Plugin

I am trying to setup the rabbitmq machine agent for AppDynamics with a standalone RabbitMQ. https://www.appdynamics.com/community/exchange/extension/rabbitmq-monitoring-extension/ RabbitMQ 3.6.15 AppDynamics Controller 4.5.14.2417 AppD MachineAgent…
Daniel
  • 542
  • 1
  • 4
  • 19
1
vote
1 answer

AppDynamics (Node.js/Express) dependencies broken compiling with Webpack--can anyone confirm?

Has anyone experienced Webpack dependency compiling issues when using the AppDynamics library? And did you find a way to work around it? I believe this is an issue stemming from their library. When trying to install the AppDynamics package for…
Cody P
  • 41
  • 1
  • 7
1
vote
1 answer

How does AppDynamics agent instrument .NET applications internally

I explore AppDynamics and other APM solutions to choose right one for my company. I have created simple demo .NET application (WCF service and console client to consume it). Then I installed AppDynamics agent on machine and configure it for both…
Philipp Bocharov
  • 197
  • 1
  • 13
1
vote
1 answer

Appdynamics implementation on Kubernetes

I have read about the Appdynamics in Kubernetes but I got confused. The scenario is like I am having EC2 under which Kubernetes is running which is having POD and under 1 pod, multiple container is running. Where I have to install machine-agent? In…
gamechanger17
  • 4,025
  • 6
  • 22
  • 38
1
vote
1 answer

Trial AppDynamics package fails to install

Getting below error during platform installation: "Required libaio package is not found. ..." However, above package is already installed: rpm -q libaio libaio-0.3.107-10.el6.x86_64 Here is output from the installation…
Davy Jones
  • 19
  • 3
1
vote
3 answers

how to sent file(zip) using httprequest plugin jenkins

I have a requirement to upload zip file to appDynamics, i need to use the httpsrequest plugin for that from my jenkins pipeline upload request for appdynamics: curl -v -H Content-Type:application/octet-stream --upload-file UISampleApp.app.dSYM.zip…
jos
  • 1,082
  • 5
  • 19
  • 45
1
vote
3 answers

Lambda expression support in Appdynamics 4.2 and 4.3

I see that Appdynamics 4.2 claims to support Java 8 lambda instrumenting, but this support was removed in 4.3. I cannot find anything in 4.3 release notes that mentions removing support for lambdas. What's happened? Is it somehow related to…
Michal Kordas
  • 10,475
  • 7
  • 58
  • 103
1
vote
0 answers

AppDynamics Custom DropWizard Percentiles Metrics Rollout

We have cluster of instances whereas each instance has DropWizard metrics gatherer. We're also trying to leverage AppDynamics custom metrics and that works so that custom script hits DropWizard exposed endpoint (/metrics) and sends metrics of…
oceansize
  • 623
  • 3
  • 16
1
vote
0 answers

How to drill down the object tracking instances for standalone java applications using AppDynamics?

Data is not loading from standalone java applications to agent controller, but only say java agent is connected successfully and waiting for data to load. In Autodetection and Object tracing dashboard tabs, not able to view the detail or drill down…
1
vote
1 answer

what is the javaagent.jar dependency from appD

I need to add this to the central repository. But appD does not give its details such as group id, artifact id etc to add in the proper path. What would that be?
yellow
  • 425
  • 7
  • 20
1
vote
0 answers

How does Apache Spark's CoarseGrainedScheduler get started?

I'm trying to instrument a Spark (v 1.6.1) application with an APM (Application Performance Management System). To do so with the APM of choice, I must instrument the JVM startup string(s) with a -javaagent flag, pointing to my APM along with any…
liltitus27
  • 1,670
  • 5
  • 29
  • 46
1
vote
1 answer

AppDynamics vs Zipkin as APM Tools

What are the differences in features between AppDynamics and Zipkin apart from the pricing since zipkin is opensource. Can any of them show request or response, in their console?
M S
  • 27
  • 6
1
vote
1 answer

App Dynamics for Angular 2 App in IIS - Node.js Agent Installation and Configuration

I am trying to assist in setting up AppDynamics with an Angular 2 app that is hosted in IIS. The app is already up and running. There is a part I am having trouble on, the instructions for that part say say: 1) From the root directory of your…
zBomb
  • 339
  • 1
  • 17
1
vote
2 answers

Need Help: Python agent does not send any data to proxy and controller

Pyagent, Guniccorn and Python (Sanic) app are all installed in a Virtual Environment. Vitual Env: Python 3.6.1 in macOs 10.12.4 I am using supervisor to manage gunicorn process. [program:Test app] command = /env/bin/pyagent run -c…
1
vote
2 answers

monitoring of java application in appdynamics

I have my java application up and running. I want to import that application in Appdynamics for monitoring. Can any one please suggest how to import java applications in appdynamics.