Skip to content

Commit 503f12b

Browse files
committed
callout big picture
1 parent 1e33a50 commit 503f12b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

develop-docs/application-architecture/dynamic-sampling/the-big-picture.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ sidebar_order: 1
99

1010
<Alert title="💡 Note" level="info">
1111

12-
Dynamic Sampling currently operates on either spans or transactions, based on the feature flag `dynamic-sampling-spans`. The logic between the two event types is similar, so most of this documentation is kept at a generic level and important differences are pointed out explicitly.
12+
Dynamic Sampling currently operates on either spans or transactions to measure data throughput. This is controlled by the feature flag `organizations:dynamic-sampling-spans` and usually set to what the organization's subscription is metered by. In development, this currently defaults to transactions.
13+
The logic between the two data categories is identical, so most of this documentation is kept at a generic level and important differences are pointed out explicitly.
1314

1415
</Alert>
1516

0 commit comments

Comments
 (0)