Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
12-03-2020 08:31 AM - last edited on 12-03-2020 12:31 PM by Ryan.Paredez
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?
12-11-2020 12:02 AM
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
01-09-2021 12:41 AM
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> );
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form