- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I am trying to create a dashboard with total calls to a particular business transaction using ADQL query. I am able to fetch this from All applications, except from Lambda application, although the transactions are showing in application dashboard, but unable to get the count using query. Also unable to list the BTs of that application using query.
The same query is working for other application and business transactions. PFB the query which I used.
SELECT count(*) FROM transactions WHERE application = "test-1" AND transactionName = "/test/api/01/"
Please check and let me know, why I am not able to pull this.
Regards
Fadil
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ryan,
I was able to get this by using sum of calls/min of a particular transaction. This is giving exact calls, so ADQL was not required.
Thanks
Fadil
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Fadil.CK,
Thanks for sharing the solution!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Fadil.CK,
Have you been able to find a solution or any new information you can share here? If you still need help, you can contact AppD Support: How to contact AppDynamics Support and manage existing cases with Cisco Support Case Manager (SCM)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ryan,
I was able to get this by using sum of calls/min of a particular transaction. This is giving exact calls, so ADQL was not required.
Thanks
Fadil
