Skip to content

Commit 3b9c06c

Browse files
wmakadinauer
authored andcommitted
feat(visibility): Add a note about apdex score (#5081)
- This is cause I've heard folks confused whether a higher apdex score is better or not, and personally forget sometimes.
1 parent c935912 commit 3b9c06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/product/performance/metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metrics provide insight about how users are experiencing your application. In [P
1010

1111
## Apdex
1212

13-
Apdex is an industry-standard metric used to track and measure user satisfaction based on your application response times. The Apdex score provides the ratio of satisfactory, tolerable, and frustrated requests in a specific transaction or endpoint. This metric provides a standard for you to compare transaction performance, understand which ones may require additional optimization or investigation, and set targets or goals for performance.
13+
Apdex is an industry-standard metric used to track and measure user satisfaction based on your application response times. A higher Apdex score is better than a lower one; the score can go up to 1.0, representing 100% of users having a satisfactory experience. The Apdex score provides the ratio of satisfactory, tolerable, and frustrated requests in a specific transaction or endpoint. This metric provides a standard for you to compare transaction performance, understand which ones may require additional optimization or investigation, and set targets or goals for performance.
1414

1515
Below are the components of Apdex and its formula:
1616

0 commit comments

Comments
 (0)