Monitoring Backend Performance Metrics on Sentry Dashboard
Jay Revels |
9 steps |
3 minutes
1
Set up your dashboard with the backend metrics that matter to your business
2
Monitor: Transactions per minute, Average Transaction Latency, Average transaction failure rate, Number of failed transactions for any time period
3
Analyze transaction latency grouped by transaction type
4
Drill down into the timeframe when the number of transactions suddenly dropped. Now investigate why this is happening.
5
The dashboard shows you the slowest transactions during any timeframe and what transactions had the highest failure rate. Easily see how your revenue generation transactions are performing.
6
See here that post checkout and checkout transactions are failing. Lost revenue opportunity?
7
Sentry automatically identifies that there is an N+1 Query issue in the Python project.
8
One click and see the transaction span and where the latency is occuring
9
Expand the span to see more context on the transaction and determine which operations are causing the latency