Skip to content

Commit c9eab8e

Browse files
fix(dynamic-sampling): use suggestions
Co-authored-by: Liza Mock <[email protected]>
1 parent cf6ed25 commit c9eab8e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/organization/dynamic-sampling/index.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ When you use Dynamic Sampling, projects in your organization are sampled based o
2323

2424
## Modes
2525

26-
When you are using Dynamic Sampling for a specific organization, you can set the mode in which it operates. You can either choose the manual mode or the automatic mode:
26+
You can choose between two Dynamic Sampling modes for your organization: manual or automatic.
2727

28-
* **`automatic`**: This is the default setting and it means that the sample rate for each project in the organization determined automatically. When you chose this mode, the project sample rates are calculated according to the relative volumes of the projects so that the projected sampled events fill organization quota, boosting low volume projects. This recalibration happens in regular intervals.
29-
When you set the mode to `automatic`, any manually set project sample rates are overridden.
30-
31-
* **`manual`**: In this mode, you can specifically set the sample rate for each project in the organization. This mode is useful when you want to have exact control over the sample rates of your projects. In this mode, no automatic recalibration happens.
28+
* **`automatic`** (default): In automatic mode, the sample rate for each project is set automatically based on relative project volume, so events fit within your organization’s billing quota. This boosts visibility into lower-volume projects. To account for any changes in event volume, sample rates are recalibrated on a regular basis. Automatic mode overrides any manually-set project sample rates.
29+
30+
* **`manual`**: If you want to set the exact sample rate for each project in your organization yourself, choose manual mode. Note, that in this mode, there is no automatic recalibration.

0 commit comments

Comments
 (0)