Discussion Feed
02-09-2021
07:23 AM
1 Kudo
Machindra, The facility to allow OpenTelemetry traces to be imported into AppDynamics is currently under development (I am product manager for this effort) It would be extremely useful for me to have additional context around your request, please can you tell me (either via the IDEA thread, or in a direct message if you prefer) 1. What is the application that produces traces and metrics? It it home-grown or some 3rd party product? 2. What use cases do you want to enable by ingesting trace data? 2a. Monitoring & Alerting on application response time 2b. Troubleshooting application behaviour based on analysis of traces 2c. Other (please give details) 3. What is the relative importance of these use cases to you? 4. Does the application that produces traces communicate with applications or systems that you already have instrumented with ApDynamics agents? What are these systems? Would you value end to end troubleshooting? Warm regards, Peter
... View more
01-18-2021
02:51 AM
Ahmed, Transaction analytics does not sample data gathered by MIDCs, but should collect a value for every invocation. Things to check: Are you sure that the method your MIDC is placed on is called for absolutely every transaction invocation? Do you see any messages in the agent log indicating there may be problems collecting the data? For troubleshooting beyond that, I would advise you to work with customer support via a help ticket. Warm regards, Peter
... View more
01-05-2021
07:25 AM
Gabor, My bad, I missed the local-to-the-try-catch-block constructed Transaction object when I looked at your code. From your latest comments, it sounds as if this is working as expected. The 1st time your entry is called within a new process, the BT will register with the controller. Once that is done, subsequent invocations handled in the same process will be measured, and as those measurements are reported by the agent (once per minute) the data will become visible in the controller. I suspect you eventually amassed enough post-registration invocations and elapsed time for that to happen. Warm regards, Peter
... View more
01-04-2021
07:03 AM
Hm, OK. Your code does. not show you calling endTransaction, but you do mention that in the subject. Are you certain your code is calling endTransaction? Also, how many times in the transaction you have instrumented being executed? Do you see it referenced if you remove the (default) filter for Transactions with performance data?
... View more
01-04-2021
06:16 AM
2 thing to check: Are there any error or informational messages written in the agent log? Have you hit the node or application level BT limit? Warm regards, Peter
... View more
12-09-2020
07:55 AM
Ahmed, Business transactions are identified by BT name and originating tier, so you will get one transaction per name per tier. What is your underlying motivation for splitting the nodes into different tiers? How do the loads differ? Warm regards, Peter
... View more
06-02-2020
06:57 AM
1 Kudo
The issue here is that "feed" is a valid hexadecimal number... If you're sure that your application never needs to interpret 'feed' as anything other than the word feed, you should be able to manage this situation with rule priorities. The higher priority rule should match "ends with hendelser/feed" and the lower priority one should be your regex match. That way, exact feed matches will never hit the second rule. The documentation shows you how to set rule priorites. Warm regards, Peter
... View more
05-07-2020
01:52 AM
Do you have any output at all from the glassfish startup? When you say " the agent /opt/appdynamics/appagent/javaagent .jar is unzipped inside the container where glassfish is running" do you mean that the only file in the container is javaagent.jar? If so, that is the root cause of your issue. You need the entire agent directory structure as contained in the agent zip for the agent to function.
... View more
05-05-2020
07:03 AM
1 Kudo
Steven, A high level explanation is provided in the documentation: https://docs.appdynamics.com/display/PRO45/Java+Agent+Directory+Structure Warm regards, Peter
... View more
03-25-2020
03:13 AM
2 Kudos
Is the server hosted in a container? If so, you may have trouble with entropy. Try putting -D appdynamics.low.entropy=true on the JVM command line. If that does not help, can you post a thread dump taken from the JVM during startup? Warm regards, Peter
... View more
Latest Activity
- Got a Kudo for Re: AppDynamics and Opentelemetry collector. 02-09-2021 01:55 PM
- Posted Re: AppDynamics and Opentelemetry collector on Controller (SaaS, On Premise). 02-09-2021 07:23 AM
- Posted Re: Transaction analytics field of MIDC values are missing for instances of BTs on Java (Java Agent, Installation, JVM, and Controller Installation). 01-18-2021 02:51 AM
- Posted Re: AppdynamicsAgent.startTransaction/endTransaction never shows in BT list on Java (Java Agent, Installation, JVM, and Controller Installation). 01-05-2021 07:25 AM
- Posted Re: AppdynamicsAgent.startTransaction/endTransaction never shows in BT list on Java (Java Agent, Installation, JVM, and Controller Installation). 01-04-2021 07:03 AM
- Posted Re: AppdynamicsAgent.startTransaction/endTransaction never shows in BT list on Java (Java Agent, Installation, JVM, and Controller Installation). 01-04-2021 06:16 AM
- Posted Re: business transaction per tier on Controller (SaaS, On Premise). 12-09-2020 07:55 AM
- Got a Kudo for Re: IBM Integration Bus (IIB) Instrumentation. 11-09-2020 12:58 PM
- Got a Kudo for Re: Mule Application Monitoring. 11-09-2020 11:18 AM
- Got a Kudo for Re:What version of IBM Websphere Application Servers does AppD support?. 11-09-2020 10:47 AM
- Got a Kudo for Re: Regex for URL in Business Transaction. 06-09-2020 11:51 AM
- Posted Re: Regex for URL in Business Transaction on Java (Java Agent, Installation, JVM, and Controller Installation). 06-02-2020 06:57 AM
- Got a Kudo for Re: Application was unable to connect to database after setting up java agent in app server due to ssl error. 05-20-2020 04:25 PM
- Got a Kudo for Re: Upgrading java agent from 4.4.3 to 4.5.14. 05-20-2020 03:27 PM
- Got a Kudo for Re: Tibco Configuration for Redeployment. 05-20-2020 03:23 PM
- Got a Kudo for Re: Java Agent installation for Weblogic on Solaris. 05-20-2020 09:50 AM
- Posted Re: Java Agent doesn't start in Docker container on Java (Java Agent, Installation, JVM, and Controller Installation). 05-07-2020 01:52 AM
- Got a Kudo for Re: Multiple copies of files in Java Agent zip. 05-05-2020 09:28 AM
- Posted Re: Multiple copies of files in Java Agent zip on Java (Java Agent, Installation, JVM, and Controller Installation). 05-05-2020 07:03 AM
- Got a Kudo for Java 14 Beta builds tested with AppDynamics Java Agent v20.3.0. 04-21-2020 11:04 AM
Community Stats
Date Registered | 01-23-2013 01:54 AM |
Date Last Visited | 04-02-2021 04:42 AM |
Total Messages Posted | 322 |
Total Kudos Received | 94 |