My recommendation is to export the traces to a text file using commandline workstation (CLWorkstation.jar), ingest into Grafana directly or to database, then create your dashboard. You really only need to show total time of the transaction on the dashboard, have the user then click onto it to view the details or show the component where the time is most spent.
CLW is found either in a locally installed APM Workstation client ( <wkstn_home>\lib\CLWorkstation.jar ) or on an Enterprise Manager ( <em_home>\lib\CLWorkstation.jar ).
As a reminder, APM 10.7 will be EOS on 31 Dec 2023. You will need to upgrade to 10.8 to maintain support or move to on-prem or our hosted SaaS solution.
------------------------------
Hiko Davis
Solution Engineer
IMS Division | Broadcom
------------------------------
Original Message:
Sent: Nov 07, 2023 07:19 AM
From: Luis Braum Garcia Vargas
Subject: How to graph traces on a board
How to graph traces on a board
I need to show on a dashboard the same information that I see when I show the traces from the webview, this is because the client wants to focus on the requests that take more than 3 seconds to respond, I have tried the average time response metric but the client It does not work for him because, for example, out of 100 transactions, only 1 or 2 pass this threshold, therefore that value is an average of those 100, what he wants is to focus on those 2 that took more than 3 seconds.
Would anyone have an idea how I could do it?