Skip to content

Commit c8dba3b

Browse files
sfanahatacodyde
andauthored
Update docs/platforms/python/tracing/span-lifecycle/index.mdx
Co-authored-by: Cody De Arkland <[email protected]>
1 parent 44289dd commit c8dba3b

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/python/tracing/span-lifecycle

1 file changed

+1
-1
lines changed

docs/platforms/python/tracing/span-lifecycle/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To capture transactions and spans customized to your organization's needs, you m
1010

1111
</Alert>
1212

13-
To add custom performance data to your application, you need to add custom instrumentation in the form of [spans](/concepts/key-terms/tracing/distributed-tracing/#traces-transactions-and-spans). Spans are a way to measure the time it takes for a specific action to occur. For example, you can create a span to measure the time it takes for a function to execute.
13+
To add custom attributes or performance data to your applications traces, you need to attach these attributes to the trace's [spans](/concepts/key-terms/tracing/distributed-tracing/#traces-transactions-and-spans). Spans represent the individual actions that occur within an overall application interaction. This might include items loading, database calls, API returns, or more.
1414

1515
<PlatformContent includePath="enriching-events/import" />
1616

0 commit comments

Comments
 (0)