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 decide the node and tiers in Appdynamics

I am new to AppDynamics to I am confused how to decide about node and tiers My application is using : Angular JS and TypeScript : Frontend fastapi : Backend AWS EKS cluster and S3 bucket and CloudFront : for frontend and backend deployment I am…
1
vote
0 answers

appdynamics: how can I exclude an exception from being counted in the "Errors per minute" metric in health rules?

I tried to achieve that by configuring the exception as ignored in Configuration -> Instrumentation -> Error Detection, under the section "Define exceptions or log messages to ignore when detecting error Transactions", but that did not work. Why?…
burebista
  • 91
  • 1
  • 7
1
vote
1 answer

How to get total value in Pie Chart in AppDynamics

I created a Dashboard in AppDynamics that has 3 pie charts for calls per minute by Tier. The pie charts display fine. But I would like to total all of the value in the pie chart to have a grand total. I would like to display the total of 1332…
Gloria Santin
  • 2,066
  • 3
  • 51
  • 124
1
vote
1 answer

In App Dynamics calculating the sum of a transaction metric

I am creating a dashboard in App Dynamics and would like to get the sum of the metric calls/minute for an endpoint of my web service. How can I do that? I can create the graph of calls/minute for a day. But I would like to display the sum of these…
Gloria Santin
  • 2,066
  • 3
  • 51
  • 124
1
vote
0 answers

Appdynamics Agent connection causing memory leak in Java applications

We're using Appdynamics Java agent for monitoring our production applications. We have noticed slow growth in memory and the application eventually stalls. We ran a head dump on one of the JVMs and got the below reports. Problem Suspect 1: The…
MAYBEMEDIC
  • 49
  • 5
1
vote
1 answer

Issue with Rest API calls for AppDynamics

I'm trying to get the list of existing Applications using python script. Here is my script which fails. I'm new to python scripting. Basically I want to login to the application first and list the existing applications using the python…
Sara James
  • 133
  • 1
  • 14
1
vote
1 answer

Appdynamics monitor URL/page availability

Im trying to monitor a page availability with Appdynamics I have an IIS server with one site and several applications. Appdynamics .Net agent 20.4.1 installed on the monitored server each application has a appName.svc web page that I can call to…
holder
  • 93
  • 1
  • 10
1
vote
1 answer

null is not an object (evaluating 'InstrumentationConstants_1.InstrumentationConstants.BREADCRUMB_VISIBILITY_CRASHES_ONLY')

As I instrument my React native application with appdynamics the react native application gets the runtime error 'null is not an object (evaluating 'InstrumentationConstants_1.InstrumentationConstants.BREADCRUMB_VISIBILITY_CRASHES_ONLY')' As I…
Payel Dutta
  • 742
  • 10
  • 23
1
vote
0 answers

Redis Cache hit / miss ratio, distribution and other metrics for springboot app

I have a springboot app instrumented with AppD, Micrometer and Prometheus. Now I am using open source redis for in-memory distributed caching but i couldn't get the required statistics from it. please suggest. A single redis cache is used to cache…
1
vote
0 answers

Can I replace AppDynamics with Azure App Insights

Our existing Infra is hosted on private servers. AppDynamics is used for monitoring hundreds of application & host performances. As a move we are moving all our applications on Azure. Is this possible to get away from AppDynamics & use any Azure…
1
vote
1 answer

Session 'app': Installation did not succeed. The application could not be installed: INSTALL_FAILED_INVALID_APK

Hello good morning community, I am somewhat confused, I am integrating the Cisco AppDynamics tool, when performing the integration as mentioned in the documentation and when running the project it throws the following error. Installation did not…
Cesar Manuel
  • 109
  • 1
  • 9
1
vote
0 answers

How to fix errors when run pip in dockerfile?

I am trying to build a docker image and push it to AWS ECS. I am currently integrating an API with appdynamics. I need to issue a command to pip to start a proxy before the app opens. When running locally I do this with pyagent proxy start and it…
Josh Zwiebel
  • 883
  • 1
  • 9
  • 30
1
vote
0 answers

Appdynamics instrumentation for Tibco - how to configure dynamically unique node name for each JVM

We are instrumenting java agents on Tibco. There are few JVMs ob each server and we are trying to configure unique node name (since which ever JVM starts first we get data only for that JVM). We tried to add the following in the startup command in…
ygillat
  • 11
  • 1
1
vote
1 answer

Cron expression to run all the time except every Sunday 10am to 3pm

I need to suppress AppDynamics alerts on every Sunday between 10ma to 3pm and remaining all the time, they should run. To achieve this, i need to write a croj expression to satisfy the condition of "run all the time except every Sunday 10am to 3pm".…
1
vote
1 answer

Nuget package silently adds back deleted files to project directory not only initially, but on every solution open

It's an installed nuget package https://www.nuget.org/packages/AppDynamics.Agent.Windows/ that adds AppDynamicsConfig.json and AppDynamicsAgentLog.config to a project directory on the first install. If you delete any of those files, it will be…
Danila Polevshchikov
  • 2,228
  • 2
  • 24
  • 35
1 2
3
12 13