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
2
votes
1 answer

AppDynamics - monitoring of services

I have a problem with my health rule configuration. All I want is to have health rule which will be checking if service is running or not. I have two types of services: IIS Standalone services The problem is that some services are recognized as…
Mariusz Chw
  • 364
  • 2
  • 19
2
votes
1 answer

Can AppDynamics work with a Prometheus backend?

Most popular logging and monitoring stacks like ELK stack or Time series DB-Grafana are designed to be integrated. Can AppDynamics work with other samplers/DBs, in particular Prometheus?
user6317694
  • 962
  • 1
  • 9
  • 19
2
votes
1 answer

AppyDynamic reports error for FileNotFoundException

Have a simple method for connection, import java.io.IOException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; public class Connection { public boolean connect(URL url, String requestType) { …
User
  • 81
  • 2
  • 9
2
votes
2 answers

Would you face any problems if you have two analytics (Crashlytics and AppDynamics) in your iOS codebase?

For a period of time we might want to have the two analytics together. Could this be problematic? Would it be degrade the speed? Would there be any fight between who captures the crash log?!
mfaani
  • 33,269
  • 19
  • 164
  • 293
2
votes
1 answer

AppDynamics with Azure Functions

Has anybody solved to monitor Azure functions using AppDynamics ? I don't see any option to add a AppDynamics extension to the Azure functions app.
Tany
  • 1,252
  • 14
  • 30
2
votes
1 answer

java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/services/bciengine/templates/IHttpServletRequest

I need to implement an application performance monitoring (APM) for my application so I implemented appdynamic. I am Using Payara server and in order to configure it for appdynamic I follow the below url GlassFish+Startup+Settings I setup every…
dom
  • 1,086
  • 11
  • 24
2
votes
1 answer

Comparision between AppDynamics and Application Insights

I am trying to a good comparison between AppDynamics and Application Insights in regard to Azure App Service. I tried to google around but couldn't find any good comparison, if someone can point me or summarize here.
2
votes
1 answer

Nodejs app with npm start script

I'm very new to nodejs. In my dockerized environment, I want to provide appdynamics support to nodejs apps. This mandates every app to require the following as the first line in their app. require("appdynamics").profile({ controllerHostName:…
user6147402
  • 21
  • 1
  • 1
  • 4
2
votes
1 answer

Monitoring Code/Method-level Statistics using AppDynamics

I am now working on Performance Testing of a Java Application that runs on GlassFish Server 4.1. After going through some statistics that I got from AppDynamics tool, I find that there is no possibility for me to drill down to code/method level…
2
votes
2 answers

How to capture Heap Dumps with AppDynamics?

How can we capture heap dumps with the help of appdynamics?
jasleen
  • 235
  • 1
  • 7
  • 19
2
votes
1 answer

Use wildcard to filter URL in AppDynamics

I'm trying to filter on AppDynamics to get all the request to a particular REST URL, the REST URL is not fixed as long as in the URL /AppEngine/rest/evac/${id}/createNewActivity On the Transaction Snapshots you have the option to filter results, and…
alphamikevictor
  • 595
  • 7
  • 17
2
votes
1 answer

What does stall mean in AppDynamics Pro?

I wonder what stall means in AppDynamics Pro. Can you give an example which Appdynamics Pro application name that situation as Stall? Thanks.
mkus
  • 3,357
  • 6
  • 37
  • 45
2
votes
2 answers

Problems installing appdynamics

I have installed Appdynamics lite on my server and it worked fine when I used to run my tomcat instance with root user. But from the time I have created a new user "Tomcat" and start executing my apache tomcat with this user, I am not able to run…
ajay
  • 215
  • 1
  • 3
  • 15
1
vote
1 answer

Set AppDynamics integration with Python

I'm trying to set up my Python application to send data to AppDynamics. I have the AppDynamics controller up and running and on my local my application works, but no data is found on AppDynamics I've been told to use this repo as a template (and I…
Carabes
  • 532
  • 2
  • 4
  • 16
1
vote
2 answers

Do AppDynamics python agent supports barebone python scripts w/o wSGI or Gunicorn?

I have an Extract, Transform, Load (ETL) pipeline that I want to monitor with AppDynamics. The ignition of the ETL is done via a barebone python command without use of a web server. Hence no WSGI / Gunicorn / uvloop. Is it still possible to monitor…
M.A.K. Simanto
  • 634
  • 1
  • 7
  • 20
1
2
3
12 13