I am creating a dashboard that I would like to schedule as a weekly report to management. I am trying to figure out a way to display the following data that appears in the top of the Transaction Flow dashlet.
- Total Transactions (count) (per minute count)
- Failed Transactions (count) (% that failed)
How can I get these values into my custom dashboard?
Answer by Andreas G. ·
Hi
For Total Transactions you can chart e.g.: "PurePath Duration" and then change the aggregation to "Count" (right click on the Measure in the Chart Table).
For Failed Transations simly take the Failed Transaction Percentage measure
hope this helps
Andreas,
Thank you. I was able to get the transaction count using Purepath Duration.
However, for failed transactions, the Failed Transaction Measure won't work because this email is a "weekly" report. In my installation the failed transaction percentage measure only seems to contain data for the past hour. Is there a way to get it historically?
Also, I am able to get the Unhandled Exceptions Count aggregation. Is there a way to create a measure that divides two other measure values?
Hi
The Failed Transaction Count is available for more than just the last hour. What you need to do is to put it on a chart that shows a longer timeframe, e.g: 7 days.
As for your second question. There is a "Rate" measure that calculates the rate between two measures:
Hope this helps
JANUARY 15, 3:00 PM GMT / 10:00 AM ET