Skip to content

Commit 183e3e5

Browse files
edwardgou-sentrybitsandfoxes
authored andcommitted
feat(insights): Add time spent blurb (#14134)
1 parent 8b20d1d commit 183e3e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/product/insights/overview/metrics.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ User Misery is calculated using a probability distribution. This prevents false
8787

8888
</Alert>
8989

90+
## Time Spent
91+
92+
Time Spent is a performance metric that measures the total cumulative time your application spends executing a specific operation (like database queries, API calls, or other spans) over a given time period. Time Spent serves as a way to measure the relative performance impact of your spans towards your application.
93+
94+
For example, an endpoint that takes 240ms on average and runs 10,000 times over an hour will roughly produce a Time Spent measurement of 40 minutes.
95+
9096
## Custom Thresholds
9197

9298
For each project, you can configure how [Apdex](#apdex) and [User Misery](#user-misery) are calculated in **[Project] > Settings > Performance**. You can override project-level settings at the transaction level in **Transaction Summary > Settings**.

0 commit comments

Comments
 (0)