Skip to content

Commit 9a28b5f

Browse files
authored
Update docs/product/tracing/index.mdx
1 parent 8729599 commit 9a28b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/tracing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With distributed tracing, you can identify performance bottlenecks that are affe
2121
Each trace has a string of globally unique characters called a trace ID, that's shared by both frontend and backend services they help connect all the actions that take place to make an event such as a button click or a page scroll. Each trace is composed of multiple spans.
2222

2323
### What's a Span?
24-
A span is a named, timed operation that represents a part of the application workflow. It provides granular insights into specific tasks, like API requests or database queries. Multiple spans are pieced together to create a trace. providing a comprehensive view of its path, timing, and interactions for troubleshooting and performance analysis.
24+
A span is a named, timed operation that represents a part of the application workflow. The data captured for each span provides granular insights into specific tasks, like API requests or database queries. Multiple spans are pieced together to create a trace, providing a comprehensive overview of how your application works, to make it easier to troubleshoot and analyze performance issues.
2525

2626
### What's a Transaction?
2727

0 commit comments

Comments
 (0)