Discussion Feed
06-01-2018
12:49 AM
06-01-2018
12:49 AM
Good to know, thanks! I didn't realize that and assumed it would always be active
... View more
05-31-2018
06:35 AM
05-31-2018
06:35 AM
Hi all
for a specific JVM, I would like to instrument it with the JavaAgent and get memory and JMX metric. But I know that I will never get/want BusinessTranscation data from this JVM, and thus I would prefer to turn off the call stack sampling and avoid the stop-the-world pauses every 10 ms.
Is this possible with a -D argument to the JVM/agent (AppDynamics 4.3.5.7)? CU, Joe
... View more
12-07-2017
03:34 AM
Sorry for the late response, I was away for a few days.
Turns out that all my problems (supposedly missing metrics) was actually just impatience on my side.
For me in my installation it became apparent that after changing discovery rules, I really needed to wait for an extended period of time (definitely more than 1 hour) AND restart all instrumented JVMs (although all are running on Oracle/Sun 8 JDK) to get reliable results.
After I did that (change rule, stop JVMs, delete all old BTs/ServiceEndpoints, restart JVMs) I now get repeatable and correct metrics. Well, sometimes they are a few tenths of 1 percent off in counting calls, but that's more than good enough for metrics!
So sorry if I did spread some FUD here, but for me it now looks that ServiceEndpoints now provide exactly the metrics I was expecting from them. They show basic KPI for all invocations of my service, even if it happened in the context of an already existing BT. Perfect!
CU, Joe
... View more
11-27-2017
02:40 PM
Not exactly. The full chain could be something like
A1 -> S3 in A3 -> S7 in A7
So the call chain starts in A1. Service S3 (hosted on a tier within A3) is called. Here the BT starts, and S3 is nicely shown on the BT dashboard (and service endpoint dashboard) of A3. Service S3 then in turn calls S7 - which is on a tier within A7.
As far as I understand this specific invocation of S7 is not shown on the BT dashboard of A7 and is not reflected in the metrics (# of calls, duration, etc.). Because it "belongs" to this invocation of S3 (it is shown in the call graph of S3, of course). But as I understand the video link you posted, the metrics of S7 Service Endpoint dashboard of A7 should indeed contain this invocation.
This is what I'm looking for: a full metric set of a specific service, regardless of wether that service was the starting point of a BT or already called from within an existing BT. I got the impression that Service Endpoints would give me exactly this.
But apparently not: because if this was true, the number of calls to S7 in the Service Endpoint dashboard should always be equal or higher than the number of calls on the BT dashboard. But this is what I'm seeing in my applications: more BT calls than Service Endpoints for the same service in the same time range, I'm still trying to make sense of this...
CU, Joe
... View more
11-27-2017
09:23 AM
Hi Gurmit
Thanks for you insights! I perfectly agree with you as long as your are looking at it from the viewpoint of 1 single AppDynamics application.
I was not clear enough on that, but in my case we have ~12 different AppD applications, each with its own BT detection and dashboard.
Let's assume I have application A7 with service S7. When that service is called directly (not in a call chain where some other AppD BT has been detected), then yes, I would see that invocation as BT on the dashboard of A7 and as well as a invocation on the Service Endpoint dashboard of A7.
But when service S7 is called from a BT of application A3, then (as far as I understand AppD), this invocation will not be shown on the BT dashboard of A7. It will not add to the metrics of S7. But - according to the documentation as I understand it - this invocation SHOULD BE reflected in the metrics of the service endpoint for S7.
And this is what I'm asking about. I would like to get complete metrics of ALL invocations of S7. I thought the service endpoint dashboard is the right thing for this. But if my understandint would be correct, it would be impossible to see more calls for the same service on the BT dashboard than on the service endpoint dashbaord. This is what confuses me - somehow I must be missing something
CU, Joe
... View more
11-24-2017
07:30 AM
Hi
we're using AppD 4.3.5.7 and I'm trying to configure Service Endpoints correctly. Until now, I only optimized detection rules for BTs, which in our case are exclusively WebService from the Java agent.
Lately I learned that to get the FULL metrics for my WebService, I should also configure Service Endpoint detection. Because if my WebService is called in the scope of some other BT, this service invocation will not show up in the BT statistics https://docs.appdynamics.com/display/PRO43/Service+Endpoints. Ok, makes sense
So I configure Service Endpoint detection, and it discovers my webservices automatically. This works nicely.
What I don't understand though are the metrics that are shown for the BTs and the Service Endpoints. I was expecting that if I have a webserice like "UserDirectory.findUser", that this would now appear in both dashboards. And that the number of calls in the Service Endpoint dashboard would always be at least the same (or higher) than the number of calls in the BT dashboard - because every invocation of my webservice would count as a service endpoinrt call, but only some as BT calls (those that are not in the context of a "broader" BT).
But this is not the case. Some webservices show (for the same time range, of course) MORE calls under BTs than under service endpoints. And some don't show up in the Service endpoint dashboard alltogehter, although they appear as BTs.
Did I understand something totally wrong? Or is there a logical explanation for what I'm seeing?
CU, Joe
... View more
11-24-2017
06:22 AM
Hm, I guess I don't even need to try, the notes say
AppDynamics agents are not backwards compatible with the AppDynamics Controller. The Controller version must be equal to or greater than the versions of any agents connecting to it.
No joy, I guess...
... View more
11-24-2017
06:16 AM
Hi
we're currently using AppD 4.3.5.7 and I just read the new release notes of 4.4. The Java Agent 4.4 would have 2 very important enhancements for my use-case
support for the Apache Async HTTP Client
enhanced support for Kafka (and Akka)
My question: will I be able to profit from these enhancement by just upgradeing the agent to 4.4, but leave the controller at 4.3.5.7? Only a very small minority of the agents really need those enhancements, so I would like to upgrade only those few machines, and not the whole environment
Thanks! CU, Joe
... View more
Latest Activity
- Posted Re: Turn off call stack sampling? on Java (Java Agent, Installation, JVM, and Controller Installation). 06-01-2018 12:49 AM
- Posted Turn off call stack sampling? on Java (Java Agent, Installation, JVM, and Controller Installation). 05-31-2018 06:35 AM
- Posted Re: Incomplete metrics on Service Endpoints ? on Controller (SaaS, On Premise). 12-07-2017 03:34 AM
- Posted Re: Incomplete metrics on Service Endpoints ? on Controller (SaaS, On Premise). 11-27-2017 02:40 PM
- Posted Re: Incomplete metrics on Service Endpoints ? on Controller (SaaS, On Premise). 11-27-2017 09:23 AM
- Posted Incomplete metrics on Service Endpoints ? on Controller (SaaS, On Premise). 11-24-2017 07:30 AM
- Posted Re: AppD Java agent 4.4 with 4.3.5.7 controller - will it work? on Latest Release. 11-24-2017 06:22 AM
- Posted AppD Java agent 4.4 with 4.3.5.7 controller - will it work? on Latest Release. 11-24-2017 06:16 AM
Community Stats
Date Registered | 06-02-2016 04:44 AM |
Date Last Visited | 06-19-2020 01:22 PM |
Total Messages Posted | 11 |