cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to display the BT count of a specific application in custom dashboard?

Hi Team,

we have a customer requirement to display the Active BT count in the custom dashboard. I don't find anything related to count the number of BT's.

 

Does anyone have any idea on how to achieve the requirement?

2 REPLIES 2

Nawaz Ali.Mohammad
AppDynamics Team

Hello Harikrishna,

 

Unfortunately, at this moment there is no option to display the BT count for an application in custom dashboard. I believe this could be a good enhancement.

 

Regards,

Nawaz

Nawaz Ali.Mohammad
AppDynamics Team

If you want to check the Bt count of a specific application, you can run the following query in your MYSQL database.

select count(*) from business_transaction b where b.application_component_id in (select id From application_component where application_id = <application id> );

Ask the Experts Session: Hybrid Application Monitoring Deployment

Join us on Feb 26 to explore Splunk AppDynamics deployment strategies, SaaS models, agent rollout plans, and expert best practices.


Register Now

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Top Kudoed Authors