Skip to content

Commit 2b926e7

Browse files
committed
Fixed typo in tail sampling paragraph.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 1e49afe commit 2b926e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/processors/traces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ With this head sampling configuration, a sample set of ingested traces will rand
7070
7171
## Tail sampling
7272
73-
Teal sampling is used to obtain a more selective and fine grained control over the collection of traces and spans without collecting everything. Below is an example showing the process is a combination of waiting on making a sampling decision together followed by configuration defined conditions to determine the spans to be sampled.
73+
Tail sampling is used to obtain a more selective and fine grained control over the collection of traces and spans without collecting everything. Below is an example showing the process is a combination of waiting on making a sampling decision together followed by configuration defined conditions to determine the spans to be sampled.
7474
7575
![](/imgs/traces_tail_sampling.png)
7676

0 commit comments

Comments
 (0)