Discussion Feed
10-09-2019
02:58 AM
1 Kudo
Hi @Peter.Holditch, I was afraid that would be the case, so I left this matter be. Fortunatelly I have acces to the code and can make adjustments. But it would have been nice if AppDynamics was able to do what I tried to do. Kind regards
... View more
09-19-2019
08:02 AM
09-19-2019
08:02 AM
Hey, I hope this is possible because this would be so awesome for our Application Monitoring. So our API returns an object that contains a List of that I need the last element. So I created a getter chain like this for testing of the first element: getBody().getRoute().get(int/0).getLength() and this worked. My problem is that I can't seem to get the correct syntax right on how to get the last element. My last tries were the following: getBody().getRoute().get(int/ReturnValue.getBody().getRoute().size()-1).getLength()
getBody().getRoute().get(int/this.getBody().getRoute().size()-1).getLength() In both cases the Data Collector displays: [CANNOT EVALUATE: Error getting data from specified method parameter] Is there something I'm missing? Or is this simply not possible? Kind regards
... View more
Latest Activity
- Got a Kudo for Re: Java Data Collector method getter chain. 10-09-2019 10:43 AM
- Posted Re: Java Data Collector method getter chain on Java (Java Agent, Installation, JVM, and Controller Installation). 10-09-2019 02:58 AM
- Posted Java Data Collector method getter chain on Java (Java Agent, Installation, JVM, and Controller Installation). 09-19-2019 08:02 AM
Community Stats
Date Registered | 09-19-2019 07:55 AM |
Date Last Visited | 10-10-2019 02:59 AM |
Total Messages Posted | 2 |
Total Kudos Received | 1 |